projects
/
working
/
Evergreen.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
bb7cfe4
)
LP#1749970 Fix paging of pending patrons
user/jeff/lp1749970_fix_pending_patron_paging
author
Jeff Godin
<jgodin@tadl.org>
Tue, 2 Apr 2019 16:49:18 +0000
(12:49 -0400)
committer
Jeff Godin
<jgodin@tadl.org>
Tue, 2 Apr 2019 16:54:05 +0000
(12:54 -0400)
Fix paging of pending patrons by passing a count and offset to the
backend API call.
Signed-off-by: Jeff Godin <jgodin@tadl.org>
Open-ILS/web/js/ui/default/staff/circ/patron/pending.js
patch
|
blob
|
history
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
59b1556
..
7cbe686
100644
(file)
--- 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,