stable

Clone or download

Read-only

On a tracker report we can't add anymore widget to dashboard

part of story #10173 Have multiple dashboards In local.inc $sys_use_tlp_in_dashboards = 1 In a tracker report, on a saved renderer, With the add to my dashboard > dashboard name list you should be able to add rendrer to my personnal widget If sys_use_tlp_in_dashboard = 0 the drop down will be the legacy one. This commit introduce the dashboard drop down only for this button, project and chart drop down will be done in dedicated commit Change-Id: Ida07a1e446ab52f3ca56b19821261a5b667ab85b

Modified Files

Name
M plugins/tracker/include/Tracker/Report/Tracker_Report_Renderer.class.php +10 −3 Go to diff View file
M plugins/tracker/include/Tracker/Report/WidgetAddToDashboardDropdownBuilder.php +24 −5 Go to diff View file
M plugins/tracker/include/Tracker/Report/WidgetAddToDashboardDropdownPresenter.php +33 −8 Go to diff View file
M plugins/tracker/site-content/en_US/tracker.tab +1 −1 Go to diff View file
M plugins/tracker/templates/report/add-to-dashboard-dropdown.mustache +51 −18 Go to diff View file
A plugins/tracker/templates/report/my-dashboards.mustache +5 −0 Go to diff View file