diff --git a/src/app/groups/groups.list.controller.js b/src/app/groups/groups.list.controller.js index 0f463d5..2762755 100644 --- a/src/app/groups/groups.list.controller.js +++ b/src/app/groups/groups.list.controller.js @@ -18,9 +18,9 @@ module.controller('permissionmanagement.GroupsListController', [ // list data $scope.groups = []; - // used to get all groups , increased perPage from 1000 to 2000 to accomodate all groups in one call + // used to get all groups , increased perPage from 2000 to 3000 to accomodate all groups in one call $scope.page = 1; - $scope.perPage = 2000; + $scope.perPage = 3000; /* Maps user ids, present in the page, into user handles. */ $scope.users = {};