stable
Clone or download
Read-only
This is part of story #12189 prevent field modification according to state The getFieldDataFromCSVValue method must know the artifact so that the artifact link field is able to create the right submitted value array. Change-Id: I5f67f2763646dfc6f6aca2567ae9ca8474aa277e
Modified Files
Name | ||||
---|---|---|---|---|
M | plugins/tracker/include/Tracker/FormElement/Tracker_FormElement_Field.class.php | +2 | −1 | Go to diff View file |
M | plugins/tracker/include/Tracker/FormElement/Tracker_FormElement_Field_ArtifactLink.class.php | +7 | −2 | Go to diff View file |
M | plugins/tracker/include/Tracker/FormElement/Tracker_FormElement_Field_File.class.php | +2 | −1 | Go to diff View file |
M | plugins/tracker/include/Tracker/FormElement/Tracker_FormElement_Field_MultiSelectbox.class.php | +4 | −2 | Go to diff View file |
M | plugins/tracker/include/Tracker/Tracker.class.php | +13 | −10 | Go to diff View file |
M | plugins/tracker/tests/TrackerTest.php | +9 | −10 | Go to diff View file |
M | plugins/tracker/tests/Tracker_FormElement_Field_ArtifactLinkTest.php | +12 | −1 | Go to diff View file |
M | plugins/tracker/tests/Tracker_FormElement_Field_CheckboxTest.php | +2 | −4 | Go to diff View file |
M | plugins/tracker/tests/Tracker_FormElement_Field_RadiobuttonTest.php | +2 | −4 | Go to diff View file |