Commit 7900ac12 authored by Frank Bergmann's avatar Frank Bergmann

- fixed object type for many menus and component plugins created

parent 344e11b8
...@@ -160,7 +160,7 @@ BEGIN ...@@ -160,7 +160,7 @@ BEGIN
v_menu := im_menu__new ( v_menu := im_menu__new (
null, -- p_menu_id null, -- p_menu_id
''acs_object'', -- object_type ''im_menu'', -- object_type
now(), -- creation_date now(), -- creation_date
null, -- creation_user null, -- creation_user
null, -- creation_ip null, -- creation_ip
...@@ -184,7 +184,7 @@ BEGIN ...@@ -184,7 +184,7 @@ BEGIN
v_menu := im_menu__new ( v_menu := im_menu__new (
null, -- p_menu_id null, -- p_menu_id
''acs_object'', -- object_type ''im_menu'', -- object_type
now(), -- creation_date now(), -- creation_date
null, -- creation_user null, -- creation_user
null, -- creation_ip null, -- creation_ip
...@@ -218,7 +218,7 @@ drop function inline_0 (); ...@@ -218,7 +218,7 @@ drop function inline_0 ();
select im_component_plugin__new ( select im_component_plugin__new (
null, -- plugin_id null, -- plugin_id
'acs_object', -- object_type 'im_component_plugin', -- object_type
now(), -- creation_date now(), -- creation_date
null, -- creation_user null, -- creation_user
null, -- creattion_ip null, -- creattion_ip
...@@ -240,7 +240,7 @@ where plugin_name = 'Project Timesheet Component'; ...@@ -240,7 +240,7 @@ where plugin_name = 'Project Timesheet Component';
select im_component_plugin__new ( select im_component_plugin__new (
null, -- plugin_id null, -- plugin_id
'acs_object', -- object_type 'im_component_plugin', -- object_type
now(), -- creation_date now(), -- creation_date
null, -- creation_user null, -- creation_user
null, -- creattion_ip null, -- creattion_ip
...@@ -362,7 +362,7 @@ BEGIN ...@@ -362,7 +362,7 @@ BEGIN
v_menu := im_menu__new ( v_menu := im_menu__new (
null, -- p_menu_id null, -- p_menu_id
''acs_object'', -- object_type ''im_menu'', -- object_type
now(), -- creation_date now(), -- creation_date
null, -- creation_user null, -- creation_user
null, -- creation_ip null, -- creation_ip
...@@ -394,7 +394,7 @@ BEGIN ...@@ -394,7 +394,7 @@ BEGIN
v_menu := im_menu__new ( v_menu := im_menu__new (
null, -- p_menu_id null, -- p_menu_id
''acs_object'', -- object_type ''im_menu'', -- object_type
now(), -- creation_date now(), -- creation_date
null, -- creation_user null, -- creation_user
null, -- creation_ip null, -- creation_ip
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment