stable
Clone or download
Read-only
request #14510 When no tuleap template is available on platform we should display an empty template
How to test: - disable Adgiledashboard, git and tracker from your platform go on project/new page: => you should not have any tuleap template displayed With this patch a template Empty is displayed The templates create an empty project without any service available Change-Id: If2a9b787fa7464acfd175c6f98b93eb9751a5d5b
Modified Files
Name | ||||
---|---|---|---|---|
M | site-content/fr_FR/LC_MESSAGES/tuleap-core.po | +6 | −0 | Go to diff View file |
M | src/common/Project/REST/v1/ProjectPostRepresentation.php | +1 | −1 | Go to diff View file |
A | src/common/Project/Registration/Template/EmptyTemplate.php | +111 | −0 | Go to diff View file |
M | src/common/Project/Registration/Template/TemplateFactory.php | +6 | −0 | Go to diff View file |
M | tests/phpunit/common/Project/Registration/Template/TemplateFactoryTest.php | +8 | −2 | Go to diff View file |
A | tools/utils/setup_templates/empty_template/project.xml | +26 | −0 | Go to diff View file |
A | tools/utils/setup_templates/empty_template/users.xml | +2 | −0 | Go to diff View file |