stable
Clone or download
Read-only
story #8175 Export/import default value for bind to users lists
While perfoming a project export/import, the defaults values for list fields bound to users are now exported and imported. Nothing changes when exporting in XML only the tracker structure Change-Id: I06297c559109ecdc6210e55cc0a632b20a1f54c6
Modified Files
Name | ||||
---|---|---|---|---|
M | plugins/tracker/include/Tracker/Artifact/XMLImport.class.php | +3 | −3 | Go to diff View file |
M | plugins/tracker/include/Tracker/Artifact/XMLImport/ArtifactFieldsDataBuilder.class.php | +1 | −1 | Go to diff View file |
M | plugins/tracker/include/Tracker/Artifact/XMLImport/XMLImportFieldStrategyList.class.php | +2 | −2 | Go to diff View file |
M | plugins/tracker/include/Tracker/Artifact/XMLImport/XMLImportFieldStrategyOpenList.class.php | +2 | −2 | Go to diff View file |
M | plugins/tracker/include/Tracker/Artifact/XMLImportBuilder.class.php | +1 | −1 | Go to diff View file |
M | plugins/tracker/include/Tracker/FormElement/Tracker_FormElement.class.php | +6 | −5 | Go to diff View file |
M | plugins/tracker/include/Tracker/FormElement/Tracker_FormElement_Container.class.php | +8 | −7 | Go to diff View file |
M | plugins/tracker/include/Tracker/FormElement/Tracker_FormElement_Field_List.class.php | +3 | −3 | Go to diff View file |
M | plugins/tracker/include/Tracker/FormElement/Tracker_FormElement_Field_List_Bind.class.php | +6 | −5 | Go to diff View file |
M | plugins/tracker/include/Tracker/FormElement/Tracker_FormElement_Field_List_BindFactory.class.php | +14 | −3 | Go to diff View file |
M | plugins/tracker/include/Tracker/FormElement/Tracker_FormElement_Field_List_Bind_Null.class.php | +2 | −2 | Go to diff View file |
M | plugins/tracker/include/Tracker/FormElement/Tracker_FormElement_Field_List_Bind_Static.class.php | +6 | −5 | Go to diff View file |
M | plugins/tracker/include/Tracker/FormElement/Tracker_FormElement_Field_List_Bind_Ugroups.class.php | +2 | −2 | Go to diff View file |
M | plugins/tracker/include/Tracker/FormElement/Tracker_FormElement_Field_List_Bind_Users.class.php | +14 | −5 | Go to diff View file |
M | plugins/tracker/include/Tracker/FormElement/Tracker_FormElement_Interface.class.php | +7 | −8 | Go to diff View file |
M | plugins/tracker/include/Tracker/Migration/MigrationManager.php | +1 | −1 | Go to diff View file |
M | plugins/tracker/include/Tracker/Tracker.class.php | +14 | −7 | Go to diff View file |
R | plugins/tracker/include/Tracker/Artifact/XMLImport/XMLImportHelper.class.php | Go to diff View file | ||
M | plugins/tracker/include/TrackerXmlExport.class.php | +1 | −1 | Go to diff View file |
M | plugins/tracker/include/autoload.php | +3 | −3 | Go to diff View file |
M | plugins/tracker/tests/Artifact/XMLImport/XMLImportHelperTest.php | +1 | −1 | Go to diff View file |
M | plugins/tracker/tests/Artifact/XMLImportTest.php | +2 | −2 | Go to diff View file |
M | plugins/tracker/tests/TrackerTest.php | +2 | −2 | Go to diff View file |
M | plugins/tracker/tests/TrackerXmlExportTest.php | +1 | −1 | Go to diff View file |
M | plugins/tracker/tests/Tracker_FormElement_Field_List_BindTest.php | +2 | −2 | Go to diff View file |
M | plugins/tracker/tests/Tracker_FormElement_Field_List_Bind_UgroupsTest.php | +6 | −6 | Go to diff View file |
M | plugins/tracker/www/resources/tracker-definition.rnc | +4 | −1 | Go to diff View file |
M | plugins/tracker/www/resources/tracker-definition.rng | +6 | −3 | Go to diff View file |