stable

Clone or download

Read-only

feat: XML Import Roadmap Filter

If you export a project with a filtered roadmap, and you import it as a new project, then the imported roadmap is also filtered. Note: preference name in the xml is changed from report_id to filter_report_id so that it is more specific: less chances for headaches the day we will introduce another config based on reports. Part of story #26776: configure roadmap filters Change-Id: I58fecfd27dbe42832188d904f151b0ef3ac888ef

Modified Files

Name
M plugins/agiledashboard/include/AgileDashboard/FormElement/BurnupCalculator.php +2 −2 Go to diff View file
M plugins/roadmap/include/Roadmap/RoadmapProjectWidget.php +1 −1 Go to diff View file
M plugins/roadmap/include/Roadmap/Widget/RoadmapConfigureAtXMLImport.php +22 −2 Go to diff View file
M plugins/roadmap/tests/unit/Roadmap/Widget/RoadmapConfigureAtXMLImportTest.php +95 −0 Go to diff View file
M plugins/tracker/include/Tracker/Report/Tracker_Report.class.php +5 −0 Go to diff View file
M plugins/tracker/include/Tracker/Report/Tracker_ReportFactory.class.php +4 −0 Go to diff View file
M plugins/tracker/include/Tracker/TrackerFactory.class.php +2 −1 Go to diff View file
M plugins/tracker/include/TrackerXmlImport.class.php +6 −1 Go to diff View file
M plugins/tracker/resources/tracker-definition.rnc +1 −1 Go to diff View file
M plugins/tracker/resources/tracker-definition.rng +1 −1 Go to diff View file
M plugins/tracker/resources/tracker.rng +1 −1 Go to diff View file
M plugins/tracker/resources/trackers.rng +1 −1 Go to diff View file
M plugins/tracker/tests/unit/Tracker/Report/Tracker_ReportFactoryTest.php +6 −2 Go to diff View file
M plugins/tracker/tests/unit/Tracker/Report/_fixtures/TestTracker-1.xml +1 −1 Go to diff View file
M src/common/xml/resources/project/project.rng +1 −1 Go to diff View file
M src/common/xml/resources/project/tracker-definition.rng +1 −1 Go to diff View file