Commit 4bc03f4b authored by Frank Bergmann's avatar Frank Bergmann

- Created a new portlet for Ticket Containers that allows

  to "score" the included tickets
parent 892dc969
......@@ -86,23 +86,6 @@ SELECT im_component_plugin__new (
-- Project View Page
-- ------------------------------------------------------------
SELECT im_component_plugin__new (
null, -- plugin_id
'im_component_plugin', -- object_type
now(), -- creation_date
null, -- creation_user
null, -- creation_ip
null, -- context_id
'Milestone Tracker', -- plugin_name
'sencha-reporting-portfolio', -- package_name
'left', -- location
'/intranet/projects/view', -- page_url
null, -- view_name
10, -- sort_order
'sencha_milestone_tracker -project_id $project_id -diagram_caption "Milestones" -diagram_width 300 -diagram_height 300'
);
SELECT im_component_plugin__new (
null, -- plugin_id
'im_component_plugin', -- object_type
......
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