stable

Clone or download

Read-only

fix: request #40102 Project creation from ART fail when it does not come from Tuleap template

How to test: Create a project from issue template In service go activate Program management service Do not configure anything Use the project as template to create a new project the new project is created, no fatal error Change-Id: I315e0e5c955ac2931b41958a9c7569cd56ec9d97

Modified Files

Name
M plugins/program_management/include/Adapter/Program/Plan/PlanConfigurationDAO.php +10 −3 Go to diff View file
M plugins/program_management/include/Domain/Program/Plan/Inheritance/PlanInheritanceHandler.php +12 −6 Go to diff View file
M plugins/program_management/include/Domain/Program/Plan/RetrievePlanConfiguration.php +5 −1 Go to diff View file
M plugins/program_management/include/program_managementPlugin.php +1 −1 Go to diff View file
M plugins/program_management/tests/integration/Adapter/Program/Plan/PlanConfigurationDAOTest.php +12 −3 Go to diff View file
M plugins/program_management/tests/unit/Adapter/Events/TrackersDuplicatedHandlerTest.php +1 −1 Go to diff View file
M plugins/program_management/tests/unit/Domain/Program/Plan/Inheritance/PlanInheritanceHandlerTest.php +2 −2 Go to diff View file
M plugins/program_management/tests/unit/Tests/Stub/Program/Plan/RetrievePlanConfigurationStub.php +4 −3 Go to diff View file