Send the group ids to the server on user creation
Signed-off-by: Joas Schilling <coding@schilljs.com>
This commit is contained in:
parent
1f9a5c0d7f
commit
51ec928623
|
@ -1071,6 +1071,7 @@ $(document).ready(function () {
|
|||
|
||||
promise.then(function () {
|
||||
var groups = $('#newuser .groups').data('groups') || {};
|
||||
groups = Object.keys(groups);
|
||||
$.post(
|
||||
OC.generateUrl('/settings/users/users'),
|
||||
{
|
||||
|
|
Loading…
Reference in New Issue