fixes #21
* sort and unify group lists at display and save time * autocompletion only yields groups that are not assigned yet
This commit is contained in:
parent
0993d2be3a
commit
b415533dd5
3 changed files with 9 additions and 4 deletions
|
@ -50,6 +50,7 @@ function _getGroupNames($username) {
|
|||
}
|
||||
}
|
||||
}
|
||||
asort($retval);
|
||||
return $retval;
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue