Details
-
Type:
Improvement
-
Status:
Closed
-
Priority:
Minor
-
Resolution: Duplicate
-
Affects Version/s: 1.9.2
-
Fix Version/s: None
-
Component/s: Roles / Access
-
Labels:None
-
Affected Branches:MOODLE_19_STABLE
Description
I've just been adding students to new courses by name and got annoyed at waiting for the server to search all the time, so I've written a small bit of javascript to automatically select the first matching name starting with the search string as the user types. This allows the first name to be partially typed and 'Add' to be clicked without scrolling or waiting for a smaller list.
Patch (roles_assign_html.txt) is against Moodle 1.9.2.+ (20080901) - apply it to /admin/roles/assign.html and add search.js to the /admin/roles directory. Patched assign.html is included too if you want to just overwrite the file.
Attachments
Issue Links
| This issue duplicates: | ||||
| MDL-16966 | Improve the user selector used on the assign roles and group memebers pages |
|
|
|
whoops - it gives an empty user list after submission. Working...