stable

Clone or download

Read-only

Refactoring: move the dropdown in mustache to ease modal addition

part of story #10173 Have multiple dashboards When $sys_use_tlp_in_dashboards = 1 the addition is still broken When $sys_use_tlp_in_dashboards = 0 this should work without errors Change-Id: Ide8663d52221b7b6c8e7796cdfb8b5050a1582be

Modified Files

Name
M plugins/tracker/include/Tracker/Report/Tracker_Report_Renderer.class.php +19 −84 Go to diff View file
A plugins/tracker/include/Tracker/Report/WidgetAddToDashboardDropdownBuilder.php +81 −0 Go to diff View file
A plugins/tracker/include/Tracker/Report/WidgetAddToDashboardDropdownPresenter.php +45 −0 Go to diff View file
M plugins/tracker/include/autoload.php +4 −2 Go to diff View file
A plugins/tracker/templates/report/add-to-dashboard-dropdown.mustache +19 −0 Go to diff View file