Skip to content

Commit

Permalink
fix(config_form_fields.btn_link): Fix button icon
Browse files Browse the repository at this point in the history
  • Loading branch information
opueyo-bgeo committed Jan 16, 2025
1 parent 0be83e5 commit b9ffede
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion updates/40/40000/utils/dml.sql
Original file line number Diff line number Diff line change
Expand Up @@ -898,4 +898,9 @@ UPDATE config_param_system SET value = '
{"omCheck":true, "graphCheck":false, "epaCheck":false, "planCheck":false, "adminCheck":false, "verifiedExceptions":false}'
WHERE parameter = 'admin_checkproject';

UPDATE sys_function SET project_type = 'utils' WHERE id = 2430;
UPDATE sys_function SET project_type = 'utils' WHERE id = 2430;

-- 16/01/2025
UPDATE config_form_fields
SET stylesheet='{"icon":"173"}'::json
WHERE formtype='form_feature' AND columnname='btn_link' AND tabname='tab_elements';

0 comments on commit b9ffede

Please sign in to comment.