Skip to content

Commit

Permalink
fix(mincut): set buttons to editable to enable them on web
Browse files Browse the repository at this point in the history
  • Loading branch information
NullSeile committed Aug 21, 2024
1 parent 209763f commit 5acab9d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions updates/36/36012/ws/dml.sql
Original file line number Diff line number Diff line change
Expand Up @@ -260,3 +260,4 @@ VALUES ('v_edit_inp_valve', 'form_feature', 'tab_epa', 'custom_dint', 'lyt_data_
UPDATE config_form_fields SET iseditable=false where columnname='macrominsector_id';
UPDATE config_form_fields SET iseditable=false where columnname='to_arc' and formname like 've_node%';

update config_form_fields SET iseditable=true where formtype = 'form_mincut' and widgettype = 'button';

0 comments on commit 5acab9d

Please sign in to comment.