Send the group ids to the server on user creation

Signed-off-by: Joas Schilling <coding@schilljs.com>
This commit is contained in:
Joas Schilling 2018-03-05 13:28:39 +01:00 committed by John Molakvoæ (skjnldsv)
parent 1f9a5c0d7f
commit 51ec928623
No known key found for this signature in database
GPG Key ID: FB5ACEED51955BF8
1 changed files with 1 additions and 0 deletions

View File

@ -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'),
{