stable

Clone or download

Read-only

Close request #31588 Project XML data structure must export agile dashboard configuration

When exporting the project structure as XML (feature flag must be enabled), then the agiledashboard and cardwall configurations must be exported in the XML if services are enabled in project. Note: The feature flag the previously hide this feature is now removed. How to test ----------- * Go to a project with the AD service activated and you are admin of * Export this structure => AD and cardwall configurations must be in the generated XML Change-Id: Ia6ed12ab7d3b1d06d31bc723214ad3f3874c8705

Modified Files

Name
M plugins/cardwall/include/cardwallPlugin.php +22 −0 Go to diff View file
A plugins/tracker/include/Tracker/XML/Exporter/TrackerEventExportStructureXML.php +68 −0 Go to diff View file
M plugins/tracker/include/TrackerXmlExport.class.php +10 −0 Go to diff View file
M plugins/tracker/tests/unit/Tracker/XML/Exporter/TrackerXmlExportTest.php +49 −7 Go to diff View file
M src/common/Project/Admin/Export/ProjectExportController.php +0 −8 Go to diff View file
M src/common/Project/Admin/Navigation/NavigationPresenterBuilder.php +3 −10 Go to diff View file