Commit 53d4f512 authored by Frank Bergmann's avatar Frank Bergmann

- Show agile diagram only on agile projects

parent 18969869
Pipeline #160 failed with stages
......@@ -84,7 +84,7 @@ ad_proc -public im_agile_burn_down_component {
Returns a Sencha ExtJS component with a burn-down chart
} {
# Check Sencha installation and project type
# if {![im_project_has_type $project_id "Agile Project"]} { return "" }
if {![im_project_has_type $project_id "Agile Project"]} { return "" }
if {![im_sencha_extjs_installed_p]} { return "" }
im_sencha_extjs_load_libraries
......
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