Skip to content

Commit

Permalink
fix(sys_function): replace id in gw_fct_getfeaturereplace
Browse files Browse the repository at this point in the history
  • Loading branch information
nperez-bgeo committed Sep 4, 2024
1 parent 6e0fd6f commit 7fe4222
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion updates/36/36012/utils/dml.sql
Original file line number Diff line number Diff line change
Expand Up @@ -411,4 +411,4 @@ UPDATE config_form_list SET query_text='SELECT value as url, tstamp FROM om_visi

-- 04/09/2024
INSERT INTO sys_function (id, function_name, project_type, function_type, input_params, return_type, descript, sys_role, sample_query, "source")
VALUES(3320, 'gw_fct_getfeaturereplace', 'utils', 'function', 'json', 'json', 'Function to get Widgets from gw_fct_getformfields', 'role_edit', NULL, 'core');
VALUES(3322, 'gw_fct_getfeaturereplace', 'utils', 'function', 'json', 'json', 'Function to get Widgets from gw_fct_getformfields', 'role_edit', NULL, 'core');

0 comments on commit 7fe4222

Please sign in to comment.