stable

Clone or download

Read-only

request #17080 Cannot select multiple values as default inside multi select Box

When we try to select multiple default people into a multi selectbox, only the first value is selected. The default select management was based only for multiselectbox based on user. This patch should make work multi selectbox default values on static and users values. Change-Id: Ife7dd3a28b20a4c76ddc0b715e59a911918a3111

Modified Files

Name
M plugins/tracker/include/Tracker/FormElement/Tracker_FormElement_Field_List_Bind.class.php +5 −17 Go to diff View file
M plugins/tracker/include/Tracker/FormElement/Tracker_FormElement_Field_List_Bind_Static.class.php +1 −4 Go to diff View file
M plugins/tracker/include/Tracker/FormElement/Tracker_FormElement_Field_List_Bind_Users.class.php +14 −0 Go to diff View file
M plugins/tracker/tests/unit/Tracker/FormElement/Tracker_FormElement_Field_List_BindTest.php +60 −1 Go to diff View file