stable
Clone or download
Read-only
request #12874 tracker structure export does not allow "+" character for strings
how to reproduce: Have a static field with a label containing "+" character <formElement type="sb" ID="F1685" rank="4" required="0"> <name>status</name> <label><![CDATA[Status]]></label> <bind type="static" is_rank_alpha="0"> <items> <item ID="V2064" label="Code review" is_hidden="0"/> <item ID="V2065" label="Code review+" is_hidden="0"/> </items> <default_values> <value REF="V2064"/> </default_values> </bind> </formElement> Export tracker structure and then try to import it in an other projet, you shoul not have a validation error Change-Id: Icd42388be7bf8454df5450136bb81c5b25a078d9
Modified Files
Name | ||||
---|---|---|---|---|
A | plugins/tracker/phpunit/Tracker/TrackerXmlImportTest.php | +272 | −0 | Go to diff View file |
M | plugins/tracker/tests/TrackerXmlImportTest.php | +0 | −157 | Go to diff View file |
M | plugins/tracker/www/resources/tracker-definition.rnc | +1 | −1 | Go to diff View file |
M | plugins/tracker/www/resources/tracker-definition.rng | +1 | −1 | Go to diff View file |
M | src/common/xml/resources/project/tracker-definition.rng | +1 | −1 | Go to diff View file |