stable

Clone or download

Read-only

story #8833: activate ALv2 at import

Import a project with the attribute "use-natures" of the "trackers" tag set to true. Nature should be enabled. Import tracker on an existing project with nature disabled with the attribute "use-natures" of the "trackers" tag set to true. Nature should be enabled. Import tracker on an existing project with nature enabled with the attribute "use-natures" of the "trackers" tag set to false. Nature should be disabled. Import tracker an existing project with nature enabled and no tag. The settings must remain the same. Import tracker an existing project with nature disabled and no tag. The settings must remain the same. Change-Id: I73a28ba7c259903049333a0901c4d72d12cef902

Modified Files

Name
M plugins/tracker/include/Tracker/FormElement/Field/ArtifactLink/Nature/AllowedProjectsConfig.php +5 −0 Go to diff View file
M plugins/tracker/include/TrackerXmlImport.class.php +73 −29 Go to diff View file
M plugins/tracker/tests/TrackerXmlImportTest.php +90 −6 Go to diff View file
M plugins/tracker/www/resources/tracker-definition.rnc +1 −0 Go to diff View file
M plugins/tracker/www/resources/tracker-definition.rng +5 −0 Go to diff View file
M src/common/xml/resources/project/tracker-definition.rng +5 −0 Go to diff View file