stable

Clone or download

Read-only

request #14425 tuleap template should not be displayed if some needed plugin is restricted

Given I have restricted a plugin Tuleap templates who needs it should not be displayed in new project creation UI Example: Restrict Git plugin => only scrum and kanabn tuleap templates are displayed Change-Id: I9d7004d54fb14e13bf00de64f4548fdcdf6cab8d

Modified Files

Name
M plugins/agiledashboard/include/agiledashboardPlugin.php +1 −1 Go to diff View file
M plugins/docman/include/docmanPlugin.php +1 −1 Go to diff View file
M plugins/git/include/gitPlugin.php +1 −1 Go to diff View file
M plugins/tracker/include/trackerPlugin.php +1 −1 Go to diff View file
M src/common/Project/Registration/Template/TemplateFactory.php +1 −1 Go to diff View file
M src/common/Project/XML/ServiceEnableForXmlImportRetriever.php +18 −0 Go to diff View file
A tests/phpunit/common/Project/XML/ServiceEnableForXmlImportRetrieverTest.php +69 −0 Go to diff View file