stable

Clone or download

Read-only

[bug] Fix error at CSV import regarding required text field

This is part of request #13467 Artifact allows empty required text fields when format is HTML and list fields In CSV import context, the value for text field is a string and not an array. This must be fixed by this patch. Change-Id: Ia3bf7dae8cc2ceb8a261e6615e6f0281615d55e2

Modified Files

Name
M plugins/tracker/include/Tracker/FormElement/Tracker_FormElement_Field_Text.php +17 −4 Go to diff View file
M plugins/tracker/tests/unit/Tracker/FormElement/Tracker_FormElement_Field_TextTest.php +19 −0 Go to diff View file