stable

Clone or download

Read-only

Do not duplicate tracker definition for default templates

No need to duplicate the tracker name, item_name or color since they are already in the xml file. request #14717: Cleanup of tracker templates Change-Id: Ia74fef69842ff7ffe34c74a0cc31699eb1cbeb26

Modified Files

Name
M plugins/agiledashboard/include/agiledashboardPlugin.php +10 −42 Go to diff View file
M plugins/tracker/include/Tracker/Creation/DefaultTemplatesCollection.php +2 −9 Go to diff View file
M plugins/tracker/include/Tracker/Creation/DefaultTemplatesCollectionBuilder.php +29 −9 Go to diff View file
A plugins/tracker/include/Tracker/Creation/DefaultTemplatesXMLFileCollection.php +45 −0 Go to diff View file
M plugins/tracker/phpunit/Tracker/Creation/DefaultTemplatesCollectionBuilderTest.php +90 −3 Go to diff View file
M plugins/tracker/phpunit/Tracker/Creation/DefaultTemplatesCollectionTest.php +26 −29 Go to diff View file
M plugins/tracker/phpunit/Tracker/Creation/TrackerCreationPresenterBuilderTest.php +16 −10 Go to diff View file