stable

Clone or download

Read-only

story #8170: Fix issue when a tracker has a parent

The tracker parent id is always exported if it exists. This leads to an error while importing, because the parent tracker is not in the XML file. For now, in our context, this parent tracker id is no more exported in the XML. Change-Id: I00292bb067a7b7f4d7b33ffb40d697f9c12a9ea6

Modified Files

Name
M plugins/tracker/include/Tracker/Tracker.class.php +10 −2 Go to diff View file
M plugins/tracker/include/TrackerXmlExport.class.php +1 −1 Go to diff View file
M plugins/tracker/tests/TrackerXmlExportTest.php +2 −1 Go to diff View file