stable

Clone or download

Read-only

request #10020: OpenList loads all the users in memory even if it is not needed

Change-Id: I9a085b63055c763212030467f1f8324801fc36fe

Modified Files

Name
M plugins/tracker/include/Tracker/FormElement/Tracker_FormElement_Field_List_Bind.class.php +10 −0 Go to diff View file
M plugins/tracker/include/Tracker/FormElement/Tracker_FormElement_Field_List_Bind_Null.class.php +2 −0 Go to diff View file
M plugins/tracker/include/Tracker/FormElement/Tracker_FormElement_Field_List_Bind_Static.class.php +28 −6 Go to diff View file
M plugins/tracker/include/Tracker/FormElement/Tracker_FormElement_Field_List_Bind_Ugroups.class.php +28 −6 Go to diff View file
M plugins/tracker/include/Tracker/FormElement/Tracker_FormElement_Field_List_Bind_Users.class.php +161 −106 Go to diff View file
M plugins/tracker/include/Tracker/FormElement/Tracker_FormElement_Field_OpenList.class.php +2 −2 Go to diff View file
M plugins/tracker/tests/Tracker_FormElement_Field_List_BindTest.php +4 −0 Go to diff View file
M plugins/tracker/tests/Tracker_FormElement_Field_OpenListTest.php +19 −19 Go to diff View file
M src/www/project/admin/ugroup_utils.php +45 −18 Go to diff View file