stable
Clone or download
Read-only
request #9016 Tracker structure incomplete export in XML format
If a semantic is bound to a deleted field, the XML export fails. Now, if you are in this case, the semantic is no more exported. Change-Id: Ide0dcf101fbc1f9933d8e8ba87d588cadd50dead
Modified Files
Name | ||||
---|---|---|---|---|
M | plugins/agiledashboard/include/AgileDashboard/Semantic/Semantic_InitialEffort.class.php | +3 | −4 | Go to diff View file |
M | plugins/cardwall/include/Semantic/CardFields.class.php | +3 | −1 | Go to diff View file |
M | plugins/tracker/include/Tracker/Semantic/Tracker_Semantic_Contributor.class.php | +1 | −1 | Go to diff View file |
M | plugins/tracker/include/Tracker/Semantic/Tracker_Semantic_Description.class.php | +10 | −11 | Go to diff View file |
M | plugins/tracker/include/Tracker/Semantic/Tracker_Semantic_Status.class.php | +13 | −13 | Go to diff View file |
M | plugins/tracker/tests/Tracker_Semantic_ContributorTest.php | +25 | −19 | Go to diff View file |
A | plugins/tracker/tests/Tracker_Semantic_DescriptionTest.php | +64 | −0 | Go to diff View file |
M | plugins/tracker/tests/Tracker_Semantic_StatusTest.php | +36 | −25 | Go to diff View file |