Skip to content

Commit c8d2195

Browse files
authored
Merge pull request #199 from topcoder-platform/feature/pageSizeIncrease
Update groups.list.controller.js
2 parents 039fe04 + b7f1642 commit c8d2195

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/app/groups/groups.list.controller.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,9 +18,9 @@ module.controller('permissionmanagement.GroupsListController', [
1818
// list data
1919
$scope.groups = [];
2020

21-
// used to get all groups , increased perPage from 1000 to 2000 to accomodate all groups in one call
21+
// used to get all groups , increased perPage from 2000 to 3000 to accomodate all groups in one call
2222
$scope.page = 1;
23-
$scope.perPage = 2000;
23+
$scope.perPage = 3000;
2424

2525
/* Maps user ids, present in the page, into user handles. */
2626
$scope.users = {};

0 commit comments

Comments
 (0)