stable
Clone or download
Read-only
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 |