stable

Clone or download

Read-only

Tracker usage in new dropdown must be inheritable

part of story #16205: ยซ + New ยป button How to test: export a project, with some tracker displayed in dropdown new import your project with xml => no error => you new project have the selected tracker in the + New dropdown duplicate your project with project creation, project I'm admin of => no error => you new project have the selected tracker in the + New dropdown Change-Id: I80810b0cc7f8280c93b93506d23c01be7d726a84

Modified Files

Name
A plugins/tracker/include/Tracker/Creation/PostCreationProcessor.php +77 โˆ’0 Go to diff View file
A plugins/tracker/include/Tracker/Creation/TrackerCreationSettings.php +44 โˆ’0 Go to diff View file
A plugins/tracker/include/Tracker/Creation/TrackerCreationSettingsBuilder.php +48 โˆ’0 Go to diff View file
M plugins/tracker/include/Tracker/Tracker.class.php +13 โˆ’0 Go to diff View file
M plugins/tracker/include/Tracker/TrackerFactory.class.php +14 โˆ’27 Go to diff View file
M plugins/tracker/include/TrackerXmlImport.class.php +12 โˆ’2 Go to diff View file
M plugins/tracker/resources/tracker-definition.rnc +1 โˆ’0 Go to diff View file
M plugins/tracker/resources/tracker-definition.rng +5 โˆ’0 Go to diff View file
A plugins/tracker/tests/unit/Tracker/Creation/PostCreationProcessorTest.php +94 โˆ’0 Go to diff View file
A plugins/tracker/tests/unit/Tracker/Creation/TrackerCreationSettingsBuilderTest.php +48 โˆ’0 Go to diff View file
M plugins/tracker/tests/unit/Tracker/XML/TrackerExportToXmlTest.php +27 โˆ’6 Go to diff View file
M src/common/xml/resources/project/tracker-definition.rng +5 โˆ’0 Go to diff View file