stable

Clone or download

Read-only

Fix request #8464: Check if values set for field list are possible

* OpenList does not have to check if value exists because we can add all the value we want * Checkboxes have to deal with not selected values Change-Id: Iaf47492708eb537e248956b8aa11d5247da5b856

Modified Files

Name
M plugins/tracker/include/Tracker/FormElement/Tracker_FormElement_Field_Checkbox.class.php +11 −0 Go to diff View file
M plugins/tracker/include/Tracker/FormElement/Tracker_FormElement_Field_List.class.php +5 −5 Go to diff View file
M plugins/tracker/include/Tracker/FormElement/Tracker_FormElement_Field_OpenList.class.php +2 −25 Go to diff View file