dev

Clone or download

Read-only

Merge commit 'refs/changes/30/2630/3' of ssh://gerrit.tuleap.net:29418/tuleap into stable

* ssh://gerrit.tuleap.net:29418/tuleap: Fix request #7049: Workflow:The option "must not be empty" does not work for the field attachements

Modified Files

Name
M plugins/tracker/include/Tracker/FormElement/Tracker_FormElement_Field.class.php +1 −1 Go to diff View file
M plugins/tracker/include/Tracker/FormElement/Tracker_FormElement_Field_File.class.php +25 −0 Go to diff View file
M plugins/tracker/include/Tracker/FormElement/Tracker_FormElement_Field_List.class.php +2 −2 Go to diff View file
M plugins/tracker/include/Tracker/FormElement/Tracker_FormElement_Field_String.class.php +1 −1 Go to diff View file
M plugins/tracker/include/Tracker/FormElement/Tracker_FormElement_Field_Text.class.php +1 −1 Go to diff View file
M plugins/tracker/include/workflow/Transition/Condition/FieldNotEmpty.class.php +2 −1 Go to diff View file
M plugins/tracker/tests/Tracker_FormElement_Field_FileTest.php +73 −1 Go to diff View file
M plugins/tracker/tests/Tracker_FormElement_Field_StringTest.php +9 −6 Go to diff View file
M plugins/tracker/tests/Tracker_FormElement_Field_TextTest.php +12 −6 Go to diff View file
M plugins/tracker/tests/workflow/Transition/Condition/FieldNotEmptyTest.php +3 −3 Go to diff View file