Enhancement: Adds Group to grouplist when added via multiselect
This commit is contained in:
parent
d3cee79b5a
commit
fe4b1f8b10
1 changed files with 1 additions and 0 deletions
|
@ -293,6 +293,7 @@ var UserList = {
|
|||
$(element).append('<option value="' + escapeHTML(group) + '">' + escapeHTML(group) + '</option>');
|
||||
}
|
||||
});
|
||||
GroupList.addGroup(escapeHTML(group));
|
||||
};
|
||||
var label;
|
||||
if (oc_isadmin) {
|
||||
|
|
Loading…
Reference in a new issue