Commit 0739bf77 authored by Christof Damian 's avatar Christof Damian

- show bug list just in the container

parent bd02b55a
Pipeline #174 failed with stages
......@@ -143,7 +143,7 @@ SELECT im_component_plugin__new (
null, -- context_id
'Home Bug-Tracker Component', -- plugin_name
'intranet-bug-tracker', -- package_name
'left', -- location
'right', -- location
'/intranet/index', -- page_url
null, -- view_name
22, -- sort_order
......
......@@ -166,6 +166,10 @@ ad_proc -public im_bug_tracker_list_component {
} {
shows a list of bugs in the current project
} {
if {![im_project_has_type $project_id "Bug Tracker Container"]} {
return ""
}
set html ""
db_multirow bug_list bug_list "
......
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