dev

Forked from tuleap/dev

Clone or download

Read-only

Fix request #7049: Workflow:The option "must not be empty" does not work for the field attachements

Change-Id: Ia3fcd1b58a4733b7801c7161159de8e87bcd4371

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