Commit 1d74fdeb authored by Frank Bergmann's avatar Frank Bergmann

- Fixing traffic light report

parent 3e5b2547
......@@ -7,3 +7,14 @@ update im_menus
set url = '/intranet-simple-survey/reporting/traffic-light-report'
where url = '/intranet-simple-survey/reporting/project-reports';
update survsimp_surveys
set name = 'Project Manager Weekly Report'
where name = 'Project Status Report';
update apm_parameter_values
set attr_value = 'Project Manager Weekly Report'
where attr_value = 'Project Status Report' and
package_id in (select package_id from apm_packages where package_key = 'intranet-simple-survey');
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