stable

Clone or download

Read-only

Block access to the scrum sections of the agiledashboard in programs

Programs are supposed to use the "Scaled Agile" service to plan the work. Part of story #18408: plan Features in Program Increment Change-Id: I44162d87a5bca07803cd6eeebc65475c599354df

Modified Files

Name
M plugins/agiledashboard/include/AgileDashboard/AdminController.class.php +18 −0 Go to diff View file
M plugins/agiledashboard/include/AgileDashboard/AdminKanbanPresenter.class.php +7 −0 Go to diff View file
M plugins/agiledashboard/include/AgileDashboard/AgileDashboardKanbanConfigurationUpdater.class.php +1 −1 Go to diff View file
M plugins/agiledashboard/include/AgileDashboard/AgileDashboardScrumConfigurationUpdater.class.php +8 −2 Go to diff View file
A plugins/agiledashboard/include/AgileDashboard/BlockScrumAccess.php +67 −0 Go to diff View file
M plugins/agiledashboard/include/AgileDashboard/ConfigurationManager.class.php +21 −6 Go to diff View file
M plugins/agiledashboard/include/AgileDashboard/Kanban/KanbanXmlImporter.php +1 −1 Go to diff View file
M plugins/agiledashboard/include/AgileDashboard/Scrum/ScrumPresenterBuilder.php +1 −1 Go to diff View file
M plugins/agiledashboard/include/AgileDashboardRouterBuilder.php +2 −1 Go to diff View file
M plugins/agiledashboard/include/Planning/PlanningController.class.php +1 −1 Go to diff View file
M plugins/agiledashboard/include/agiledashboardPlugin.php +2 −1 Go to diff View file
M plugins/agiledashboard/templates/admin-kanban.mustache +12 −8 Go to diff View file
A plugins/agiledashboard/tests/unit/AgileDashboard/AgileDashboardScrumConfigurationUpdaterTest.php +67 −0 Go to diff View file
A plugins/agiledashboard/tests/unit/AgileDashboard/AgileDashboard_ConfigurationManagerTest.php +61 −0 Go to diff View file
A plugins/agiledashboard/tests/unit/AgileDashboard/BlockScrumAccessTest.php +43 −0 Go to diff View file
M plugins/scaled_agile/include/scaled_agilePlugin.php +10 −0 Go to diff View file