stable

Clone or download

Read-only

feat: Update milestone in sidebar config

As soon as the dev mode is activated, project administrator can change the settings for milestones in sidebar. If dev mode is deactivated, then every update of scrum config will disable milestone in sidebar. This will require a forgeupgrade to clean the config when the dev mode will be removed. Reminder for the feature flag: tuleap config-set feature_flag_allow_milestones_in_sidebar_dev_mode 0|1 Part of story #35104: Milestones below Backlog Change-Id: I5dbce9efd705aaf194088bb6e8d4d948bd00a9a8

Modified Files

Name
M plugins/agiledashboard/include/AgileDashboard/AdminController.class.php +2 −0 Go to diff View file
M plugins/agiledashboard/include/AgileDashboard/ConfigurationManager.class.php +7 −0 Go to diff View file
M plugins/agiledashboard/include/AgileDashboardRouterBuilder.php +1 −0 Go to diff View file
M plugins/agiledashboard/include/ServiceAdministration/ScrumConfigurationUpdater.php +16 −1 Go to diff View file
M plugins/agiledashboard/include/agiledashboardPlugin.php +1 −0 Go to diff View file
M plugins/agiledashboard/templates/admin-scrum.mustache +3 −1 Go to diff View file
M plugins/agiledashboard/tests/unit/AgileDashboard/AgileDashboard_ConfigurationManagerTest.php +48 −0 Go to diff View file
M plugins/agiledashboard/tests/unit/AgileDashboard/Artifact/EventRedirectAfterArtifactCreationOrUpdateHandlerTest.php +4 −0 Go to diff View file
M plugins/agiledashboard/tests/unit/ServiceAdministration/ScrumConfigurationUpdaterTest.php +212 −90 Go to diff View file
M src/common/include/Codendi_Request.class.php +20 −12 Go to diff View file
M tests/lib/Builders/HTTPRequestBuilder.php +9 −1 Go to diff View file
M tests/unit/common/Include/Codendi_RequestTest.php +10 −19 Go to diff View file