stable
Clone or download
Read-only
request #10318: Transitions rule checking that a text field is not empty may yield a fatal error
To reproduce: 1. Create a transition checking that a text field is not empty 2. Start to edit an artifact and edit the HTML of the page so that the form does return an array for the text field (or intercept the query and modify it with something like Burp) 3. Submit your artifact Change-Id: I8edfc7001b9e6eb822894d2f80a45a399a56f66c
Modified Files
Name | ||||
---|---|---|---|---|
M | plugins/tracker/include/Tracker/FormElement/Tracker_FormElement_Field_Text.class.php | +7 | −10 | Go to diff View file |
M | plugins/tracker/tests/Tracker_FormElement_Field_TextTest.php | +15 | −1 | Go to diff View file |