stable

Clone or download

Read-only

Handle expert query during export/import XML

This is a part of story #8858: query tracker with expressions The expert query (and the fact that the report is/isn't in expert mode) is exported in XML. If you import this XML structure, then the expert query is imported. Old tracker XML structures can still be imported, they won't have expert query defined. Change-Id: Id0608f398f34713efc6fc24c9eb30c72cd4b7271

Modified Files

Name
M plugins/tracker/include/Tracker/Report/Tracker_Report.class.php +6 −0 Go to diff View file
M plugins/tracker/include/Tracker/Report/Tracker_ReportFactory.class.php +2 −2 Go to diff View file
M plugins/tracker/tests/Tracker_ReportFactoryTest.php +1 −0 Go to diff View file
M plugins/tracker/www/resources/tracker-definition.rnc +3 −1 Go to diff View file
M plugins/tracker/www/resources/tracker-definition.rng +16 −4 Go to diff View file
M src/common/xml/resources/project/tracker-definition.rng +16 −4 Go to diff View file