stable
Clone or download
Read-only
part of story #9855 admin for mono milestones tracker When scrum V2 is activated, it is no longer possible to add more than one planning No functionnal change for scrum V1 Change-Id: I827b3dd3fa83d2ed454855ba46c68d510cc9adcc
Modified Files
Name | ||||
---|---|---|---|---|
M | plugins/agiledashboard/include/AgileDashboard/AdminScrumPresenter.class.php | +23 | −11 | Go to diff View file |
M | plugins/agiledashboard/include/AgileDashboard/AgileDashboardController.class.php | +11 | −12 | Go to diff View file |
M | plugins/agiledashboard/include/AgileDashboard/AgileDashboardScrumConfigurationUpdater.class.php | +1 | −1 | Go to diff View file |
M | plugins/agiledashboard/include/AgileDashboard/ScrumForMonoMilestoneChecker.php | +35 | −2 | Go to diff View file |
M | plugins/agiledashboard/include/AgileDashboardRouter.class.php | +2 | −2 | Go to diff View file |
M | plugins/agiledashboard/include/Planning/PlanningController.class.php | +16 | −3 | Go to diff View file |
M | plugins/agiledashboard/site-content/en_US/agiledashboard.tab | +1 | −0 | Go to diff View file |
M | plugins/agiledashboard/site-content/fr_FR/agiledashboard.tab | +1 | −0 | Go to diff View file |
M | plugins/agiledashboard/templates/admin-scrum.mustache | +23 | −13 | Go to diff View file |
A | plugins/agiledashboard/tests/include/AgileDashboard/ScrumForMonoMilestoneCheckerTest.php | +139 | −0 | Go to diff View file |
M | plugins/agiledashboard/tests/include/ControllerTest.php | +13 | −9 | Go to diff View file |