stable

Clone or download

Read-only

request #10226 Performance on open list bind to users

Given a list bind to users (open list, checkbox ...) When you have many users, when you edit the field, the default value field will upload all users. We want to replace the list by an autocomplete field. Note: This update should only occur for open list bound to users Change-Id: I33ba36b6312887ce5dc6ddddfbb70b8838d58fe3

Modified Files

Name
M plugins/tracker/include/Tracker/FormElement/Tracker_FormElement_Field_List.class.php +24 −0 Go to diff View file
M plugins/tracker/include/Tracker/FormElement/Tracker_FormElement_Field_List_Bind.class.php +20 −27 Go to diff View file
M plugins/tracker/include/Tracker/FormElement/Tracker_FormElement_Field_List_Bind_Static.class.php +1 −1 Go to diff View file
M plugins/tracker/include/Tracker/FormElement/Tracker_FormElement_Field_List_Bind_Ugroups.class.php +1 −1 Go to diff View file
M plugins/tracker/include/Tracker/FormElement/Tracker_FormElement_Field_List_Bind_Users.class.php +1 −1 Go to diff View file
M plugins/tracker/include/Tracker/FormElement/Tracker_FormElement_Field_OpenList.class.php +49 −14 Go to diff View file
M plugins/tracker/www/scripts/TrackerAdminFields.js +19 −0 Go to diff View file