stable

Clone or download

Read-only

Not all strings should be allowed in the XML structure of a tracker field name

The allowed content should be the same than the one you got when you create/edit fields via the tracker administration web UI. To avoid breaking existing structure that might have a whitespace at the beginning or the end of the name we still allow them but we remove them. Part of request #27166: Naming a field "id" breaks the report Change-Id: I4cf266ae394e517156efc13a60dea4944789beee

Modified Files

Name
M plugins/taskboard/tests/rest/_fixtures/taskboard/project.xml +1 −1 Go to diff View file
M plugins/testmanagement/resources/testmanagement_external_fields.rnc +1 −1 Go to diff View file
M plugins/testmanagement/resources/testmanagement_external_fields.rng +4 −1 Go to diff View file
M plugins/tracker/include/Tracker/FormElement/Field/XML/XMLField.php +1 −1 Go to diff View file
M plugins/tracker/include/Tracker/FormElement/Tracker_FormElement.php +2 −2 Go to diff View file
M plugins/tracker/resources/tracker-definition.rnc +2 −1 Go to diff View file
M plugins/tracker/resources/tracker-definition.rng +7 −1 Go to diff View file
M plugins/tracker/resources/tracker.rng +7 −1 Go to diff View file
M plugins/tracker/resources/trackers.rng +7 −1 Go to diff View file
M plugins/tracker/tests/unit/Tracker/Creation/JiraImporter/Import/_fixtures/IE/tracker.xml +3 −3 Go to diff View file
M plugins/tracker/tests/unit/Tracker/Creation/JiraImporter/Import/_fixtures/SBX/tracker.xml +4 −4 Go to diff View file
M src/common/xml/resources/project/project.rng +7 −1 Go to diff View file
M src/common/xml/resources/project/tracker-definition.rng +7 −1 Go to diff View file
M tests/rest/_fixtures/01-private-member/project.xml +1 −1 Go to diff View file