From: Jeff Godin Date: Tue, 2 Apr 2019 16:49:18 +0000 (-0400) Subject: LP#1749970 Fix paging of pending patrons X-Git-Url: https://old-git.evergreen-ils.org/?a=commitdiff_plain;h=8ab553cf19a5cd1f0ec3260a3054d23a93cc7aef;p=evergreen%2Fmasslnc.git LP#1749970 Fix paging of pending patrons Fix paging of pending patrons by passing a count and offset to the backend API call. Signed-off-by: Jeff Godin Signed-off-by: Terran McCanna Signed-off-by: Galen Charlton --- diff --git a/Open-ILS/web/js/ui/default/staff/circ/patron/pending.js b/Open-ILS/web/js/ui/default/staff/circ/patron/pending.js index 59b1556f02..7cbe6865d8 100644 --- a/Open-ILS/web/js/ui/default/staff/circ/patron/pending.js +++ b/Open-ILS/web/js/ui/default/staff/circ/patron/pending.js @@ -90,7 +90,8 @@ function($scope , $q , $routeParams , $window , $location , egCore , egGridDataP egCore.net.request( 'open-ils.actor', 'open-ils.actor.user.stage.retrieve.by_org', - egCore.auth.token(), $scope.context_org.id() + egCore.auth.token(), $scope.context_org.id(), + count, offset ).then( deferred.resolve, null,