stable

Clone or download

Read-only

disable program service when agiledashboard is enabled

part of story #22211 restrict activation of Program Management service How to test: One a project activate AD service Go on Program management service: you can't enable it please note that the opposite (program blocking AD service) will be done in a dedicated patch please also note than once users won't be able to brek their service usages, a forgeupgrade will xorrect existing conigurations Change-Id: Ib2c94e59fb70637854276d4db9f19d25adbfcab0

Modified Files

Name
M plugins/program_management/include/Domain/Service/ProjectServiceBeforeActivationHandler.php +17 −3 Go to diff View file
M plugins/program_management/include/Domain/Service/ServiceDisabledCollectorHandler.php +16 −3 Go to diff View file
M plugins/program_management/include/program_managementPlugin.php +5 −4 Go to diff View file
M plugins/program_management/site-content/fr_FR/LC_MESSAGES/tuleap-program_management.po +7 −0 Go to diff View file
R plugins/program_management/tests/unit/Domain/Program/Service/ProjectServiceBeforeActivationHandlerTest.php Go to diff View file
R plugins/program_management/tests/unit/Domain/Program/Service/ServiceDisabledCollectorHandlerTest.php Go to diff View file
M src/common/Project/Event/ProjectServiceBeforeActivation.php +8 −1 Go to diff View file
M src/common/Project/REST/v1/ServiceResource.php +3 −3 Go to diff View file
M src/common/Project/Service/EditController.php +8 −6 Go to diff View file
M src/common/Project/Service/ServiceDisabledCollector.php +11 −1 Go to diff View file
M src/common/Project/Service/ServicesPresenterBuilder.php +5 −5 Go to diff View file
M src/common/Project/ServiceManager.class.php +2 −2 Go to diff View file