Skip to content

Commit

Permalink
fix: fixed previous commit
Browse files Browse the repository at this point in the history
  • Loading branch information
NullSeile committed Aug 28, 2024
1 parent b744a61 commit ec2b5d8
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions updates/36/36012/ws/dml.sql
Original file line number Diff line number Diff line change
Expand Up @@ -364,8 +364,5 @@ UPDATE config_form_fields SET web_layoutorder = 2 WHERE formname='mincut' AND fo

UPDATE config_form_fields SET web_layoutorder=NULL WHERE formname='mincut' AND formtype='form_mincut' AND columnname='chk_use_planified' AND tabname='tab_mincut';

INSERT INTO config_param_system ("parameter", value, descript, "label", dv_querytext, dv_filterbyfield, isenabled, layoutorder, project_type, dv_isparent, isautoupdate, "datatype", widgettype, ismandatory, iseditable, dv_orderby_id, dv_isnullvalue, stylesheet, widgetcontrols, placeholder, standardvalue, layoutname)
VALUES('om_mincut_vdefault', '{"exec_appropiate": "false"}', 'Default values used when creating a new mincut', 'Default mincut values:', NULL, NULL, NULL, NULL, 'ws', NULL, NULL, 'json', 'linetext', true, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL);

INSERT INTO config_param_system ("parameter", value, descript, "label", dv_querytext, dv_filterbyfield, isenabled, layoutorder, project_type, dv_isparent, isautoupdate, "datatype", widgettype, ismandatory, iseditable, dv_orderby_id, dv_isnullvalue, stylesheet, widgetcontrols, placeholder, standardvalue, layoutname)
VALUES('om_mincut_vdefault', '{"mincut_type":"(SELECT id FROM om_mincut_cat_type ORDER BY id ASC LIMIT 1)", "exec_appropiate":"false", "received_date":"now()", "anl_cause":"1", "assigned_to":"current_user"}', 'Default values used when creating a new mincut', 'Default mincut values:', NULL, NULL, true, 3, 'ws', NULL, NULL, 'json', 'linetext', true, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'lyt_admin_om');

0 comments on commit ec2b5d8

Please sign in to comment.