stable

Clone or download

Read-only

Limit target planning drop down list: The target planning must be outside Tracker Hierarchy

part of story #9855 admin for mono milestones tracker When scrum v2 is enabled target drop down list only presents trackers who are no set in hierarchy No functionnal change for scrum V1 Change-Id: I87efc8ec8543f8044a31e8ea101add933235e6fc

Modified Files

Name
M plugins/agiledashboard/include/AgileDashboardRouter.class.php +30 −14 Go to diff View file
M plugins/agiledashboard/include/AgileDashboardRouterBuilder.php +8 −1 Go to diff View file
M plugins/agiledashboard/include/Planning/PlanningController.class.php +21 −57 Go to diff View file
A plugins/agiledashboard/include/Planning/ScrumPlanningFilter.php +167 −0 Go to diff View file
M plugins/agiledashboard/include/autoload.php +3 −2 Go to diff View file
M plugins/agiledashboard/tests/AgileDashboardRouterTest.php +2 −1 Go to diff View file
A plugins/agiledashboard/tests/include/AgileDashboard/Planning/ScrumPlanningFilterTest.php +95 −0 Go to diff View file
M plugins/agiledashboard/tests/include/ControllerTest.php +21 −11 Go to diff View file