stable

Clone or download

Read-only

Switch back from explicit backlog to the magical one

This is part of story #14000 manage "en masse" backlog operations It's now possible to switch back from explicit backlog management to the open and unplanned collection. "Unplaned" option selected in a Tracker report is automatically switched to "Any" when accessing the report for the first time after the switch occurs. No feedback is displayed yet. Change-Id: I2e415236caaaf2a28c25daa762fc65e981654f64

Modified Files

Name
M plugins/agiledashboard/include/AgileDashboard/AdminController.class.php +4 −1 Go to diff View file
M plugins/agiledashboard/include/AgileDashboard/AgileDashboardScrumConfigurationUpdater.class.php +6 −19 Go to diff View file
A plugins/agiledashboard/include/AgileDashboard/ExplicitBacklog/ConfigurationUpdater.php +65 −0 Go to diff View file
M plugins/agiledashboard/include/AgileDashboard/ExplicitBacklog/ExplicitBacklogDao.php +8 −0 Go to diff View file
M plugins/agiledashboard/include/agiledashboardPlugin.php +18 −16 Go to diff View file
A plugins/agiledashboard/phpunit/AgileDashboard/ExplicitBacklog/ConfigurationUpdaterTest.php +138 −0 Go to diff View file
M plugins/agiledashboard/templates/admin-scrum.mustache +1 −1 Go to diff View file
A plugins/tracker/include/Tracker/Report/Event/TrackerReportProcessAdditionalQuery.php +124 −0 Go to diff View file
M plugins/tracker/include/Tracker/Report/Tracker_Report.class.php +11 −13 Go to diff View file
M plugins/tracker/include/constants.php +0 −14 Go to diff View file