stable

Clone or download

Read-only

request #9141: A preliminary check is done before importing an agile dashboard configuration

from a template to inform the user of the blocking trackers. Without that, if you try to import your configuration and a existing tracker blocks the import you will have new useless empty trackers. Change-Id: I353b5e338a793d0d5125152732b7d941ee422e48

Modified Files

Name
M plugins/agiledashboard/include/Planning/PlanningController.class.php +14 −3 Go to diff View file
M plugins/tracker/include/Tracker/TrackerFactory.class.php +51 −2 Go to diff View file
M plugins/tracker/include/TrackerXmlImport.class.php +42 −0 Go to diff View file
M plugins/tracker/include/trackerPlugin.class.php +13 −0 Go to diff View file
M plugins/tracker/site-content/en_US/tracker.tab +1 −0 Go to diff View file
M plugins/tracker/site-content/fr_FR/tracker.tab +1 −0 Go to diff View file
M plugins/tracker/tests/TrackerFactoryTest.php +101 −0 Go to diff View file
M plugins/tracker/tests/TrackerXmlImportTest.php +36 −0 Go to diff View file
M src/common/event/Event.class.php +13 −0 Go to diff View file
M src/common/project/ProjectXMLImporter.class.php +44 −2 Go to diff View file