stable

Clone or download

Read-only

Introduce Team Template

part of: story #22210: select SAFe templates at project creation How to test: - make sure you have already run `make generate-templates` and `make dev-clear-cache` - make sure you have plugin program_management installed and enabled - Create a new project --> There is a category 'SAFe' - Click on it - Select `Essential SAFe - ART and Scrum Team` - Finalize the project creation --> It works Change-Id: I79c9a2791e6bbada07b028ad315af55b2de59b35

Modified Files

Name
A plugins/program_management/include/Templates/TeamTemplate.php +120 −0 Go to diff View file
M plugins/program_management/include/program_managementPlugin.php +24 −7 Go to diff View file
M plugins/program_management/site-content/fr_FR/LC_MESSAGES/tuleap-program_management.po +21 −0 Go to diff View file
A plugins/program_management/tests/unit/Templates/TeamTemplateTest.php +63 −0 Go to diff View file
M src/common/Project/REST/v1/ProjectPostRepresentation.php +1 −1 Go to diff View file
M src/common/Project/REST/v1/ProjectResource.class.php +21 −0 Go to diff View file
A src/common/Project/Registration/Template/Events/CollectAuthorizedXMLTemplateNamesEvent.php +54 −0 Go to diff View file