stable

Clone or download

Read-only

Refactor the way to manage references / core part

Part of story #13003 : import/export TTM steps in XML This patch allows references for external field out of the external field. Permissions can now be added with the others permissions. they will be extract with externalField for xml validation. externalField can now be like : <externalField type="ttmstepdef" ID="F1602" rank="2"> <name>steps</name> <label><![CDATA[Steps definition]]></label> <description><![CDATA[Definition of the test\'s steps]]></description> </externalField> Change-Id: Ibbb06d9132b7a6fffc6d8bf8e2c8a150fee2fc93

Modified Files

Name
M plugins/agiledashboard/include/AgileDashboard/AgileDashboardXMLController.class.php +1 −1 Go to diff View file
M plugins/tracker/include/Tracker/FormElement/Tracker_FormElement_Container.class.php +0 −3 Go to diff View file
M plugins/tracker/include/Tracker/Tracker.class.php +1 −3 Go to diff View file
M plugins/tracker/include/TrackerXmlImport.class.php +3 −3 Go to diff View file
M plugins/tracker/phpunit/Tracker/FormElement/Tracker_FormElement_Container_ColumnTest.php +0 −39 Go to diff View file
M plugins/tracker/phpunit/Tracker/XML/TrackerExportToXmlTest.php +0 −24 Go to diff View file
M src/common/Project/ProjectCreationData.class.php +2 −1 Go to diff View file
M src/common/Project/XML/Import/ExternalFieldsExtractor.php +9 −0 Go to diff View file
M tests/phpunit/common/Project/XML/Import/ExternalFieldsExtractorTest.php +26 −25 Go to diff View file
M tools/utils/setup_templates/agile_alm/agile_alm_template.xml +3 −5 Go to diff View file