stable

Clone or download

Read-only

fix: Do not display activate scrum in scrum project

tuleap config-set feature_flag_temporarily_deactivate_split_kanban_for_project 0 => In a scrum project, in backlog admin they cannot (de)activate scrum and kanban tab is not displayed tuleap config-set feature_flag_temporarily_deactivate_split_kanban_for_project 1 => In a scrum project, in A.D. admin they can (de)activate scrum and kanban tab is displayed Part of story #33979: have dedicated Backlog service Change-Id: I404cf3aa811ecee64e5108e02133c3524a13b86d

Modified Files

Name
M plugins/agiledashboard/include/AgileDashboard/AdminChartsPresenter.php +1 −1 Go to diff View file
M plugins/agiledashboard/include/AgileDashboard/AdminController.class.php +6 −1 Go to diff View file
M plugins/agiledashboard/include/AgileDashboard/AdminScrumPresenter.class.php +0 −1 Go to diff View file
M plugins/agiledashboard/include/AgileDashboard/Scrum/ScrumPresenterBuilder.php +1 −6 Go to diff View file
M plugins/agiledashboard/include/AgileDashboardRouter.class.php +2 −1 Go to diff View file
M plugins/agiledashboard/templates/admin-charts.mustache +2 −2 Go to diff View file
M plugins/agiledashboard/templates/admin-scrum.mustache +4 −4 Go to diff View file
M plugins/agiledashboard/tests/unit/AdminControllerTest.php +3 −1 Go to diff View file