Skip to content

Commit

Permalink
Add users correctly on group creation
Browse files Browse the repository at this point in the history
  • Loading branch information
KatrinIhler committed May 7, 2021
1 parent c82ff36 commit 7133bd0
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -36,7 +36,7 @@ angular.module('adminNg.controllers')
};

angular.forEach($scope.states[2].stateController.users.selected, function (value) {
$scope.group.users.push(value.value);
$scope.group.users.push(value.name);
});

angular.forEach($scope.states[1].stateController.roles.selected, function (value) {
Expand Down

0 comments on commit 7133bd0

Please sign in to comment.