mirror of
https://github.com/nextcloud/server.git
synced 2026-06-08 16:26:59 -04:00
Users: Show selected groups first in list.
This commit is contained in:
parent
c317da7814
commit
5f795d3aac
1 changed files with 1 additions and 0 deletions
|
|
@ -193,6 +193,7 @@ var UserList = {
|
|||
element.multiSelect({
|
||||
createCallback:addGroup,
|
||||
createText:label,
|
||||
selectedFirst:true,
|
||||
checked:checked,
|
||||
oncheck:checkHandeler,
|
||||
onuncheck:checkHandeler,
|
||||
|
|
|
|||
Loading…
Reference in a new issue