From b9ffedee9e6185e80dc59847ba46366f07547b69 Mon Sep 17 00:00:00 2001 From: oscarpueyo Date: Thu, 16 Jan 2025 10:05:19 +0100 Subject: [PATCH] fix(config_form_fields.btn_link): Fix button icon --- updates/40/40000/utils/dml.sql | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/updates/40/40000/utils/dml.sql b/updates/40/40000/utils/dml.sql index 341fe91c7..7b736a0da 100644 --- a/updates/40/40000/utils/dml.sql +++ b/updates/40/40000/utils/dml.sql @@ -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; \ No newline at end of file +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'; \ No newline at end of file