stable

Clone or download

Read-only

Scrum plannings can use Kanban trackers

This is part of story #10737 have a kanban of Scrum elements Change-Id: Idb103b090216a94117ba3595ef8fc1d82c6bdd7f

Modified Files

Name
M plugins/agiledashboard/include/AgileDashboard/AgileDashboardXMLController.class.php +4 −14 Go to diff View file
M plugins/agiledashboard/include/AgileDashboard/HierarchyChecker.php +2 −1 Go to diff View file
M plugins/agiledashboard/include/AgileDashboardRouter.class.php +1 −2 Go to diff View file
M plugins/agiledashboard/include/AgileDashboardRouterBuilder.php +1 −1 Go to diff View file
M plugins/agiledashboard/include/Planning/PlanningController.class.php +2 −5 Go to diff View file
M plugins/agiledashboard/include/Planning/PlanningRequestValidator.class.php +7 −34 Go to diff View file
M plugins/agiledashboard/include/Planning/ScrumPlanningFilter.php +4 −20 Go to diff View file
M plugins/agiledashboard/templates/select-backlog.mustache +1 −1 Go to diff View file
M plugins/agiledashboard/templates/select-planning.mustache +1 −1 Go to diff View file
M plugins/agiledashboard/tests/include/AgileDashboard/HierarchyCheckerTest.php +6 −2 Go to diff View file
M plugins/agiledashboard/tests/include/AgileDashboard/Planning/ScrumPlanningFilterTest.php +0 −3 Go to diff View file
M plugins/agiledashboard/tests/include/ControllerTest.php +1 −1 Go to diff View file
M plugins/agiledashboard/tests/include/RequestValidatorTest.php +23 −26 Go to diff View file