stable

Clone or download

Read-only

request #10534: Wrong behavior when we search None in MSB

Create 3 multi select boxes (static, users, ugroups). Create an artifact without any value for those fields. When you search each field with "None" value, then you should retrieve your artifact. Change-Id: I8206567b3cb5bb637b879a3122f74f47bb68a8c8

Modified Files

Name
M plugins/tracker/include/Tracker/FormElement/Tracker_FormElement_Field_List_Bind.class.php +15 −0 Go to diff View file
M plugins/tracker/include/Tracker/FormElement/Tracker_FormElement_Field_List_Bind_Static.class.php +21 −14 Go to diff View file
M plugins/tracker/include/Tracker/FormElement/Tracker_FormElement_Field_List_Bind_Ugroups.class.php +15 −4 Go to diff View file
M plugins/tracker/include/Tracker/FormElement/Tracker_FormElement_Field_List_Bind_Users.class.php +16 −4 Go to diff View file