stable
Clone or download
Read-only
It's done in order to keep AgileDashboard scrum template (Start Scrum) synchro with the agile dashboard that is populated by Scrum project template. Part of story #8283 Enhance project creation user experience Change-Id: I16f74ce445b2099421df74ebc955f7f329e60c34
Modified Files
Name | ||||
---|---|---|---|---|
M | src/common/Project/REST/v1/ProjectResource.class.php | +3 | −1 | Go to diff View file |
M | src/common/Project/REST/v1/RestProjectCreator.php | +1 | −3 | Go to diff View file |
M | src/common/Project/Registration/ProjectRegistrationPresenterBuilder.php | +1 | −1 | Go to diff View file |
M | src/common/Project/Registration/Template/ProjectTemplate.php | +0 | −3 | Go to diff View file |
M | src/common/Project/Registration/Template/ScrumTemplate.php | +36 | −11 | Go to diff View file |
M | src/common/Project/Registration/Template/TemplateFactory.php | +4 | −3 | Go to diff View file |
M | src/common/Project/Registration/Template/TemplatePresenter.php | +5 | −4 | Go to diff View file |
M | src/common/Request/RouteCollector.php | +3 | −1 | Go to diff View file |
M | tests/phpunit/common/Project/REST/v1/RestProjectCreatorTest.php | +11 | −2 | Go to diff View file |
M | tests/phpunit/common/Project/Registration/Template/TemplateFactoryTest.php | +16 | −2 | Go to diff View file |