From b35f0c0b92ca94a0fc151144d38ecaa40707ff70 Mon Sep 17 00:00:00 2001 From: Cesar Velez Date: Mon, 8 Jan 2018 16:55:56 -0500 Subject: [PATCH] LP#1739648 - fix grid nextPage button by setting grid.totalCount This wires up the grid.totalCount in the implemented DataProvider's get method, which allows us to properly disable the next page button for when we know there's no more data. Signed-off by: Cesar Velez Signed-off-by: Jason Etheridge Signed-off-by: Mike Rylander --- Open-ILS/src/templates/staff/share/t_autogrid.tt2 | 1 + Open-ILS/web/js/ui/default/staff/circ/patron/holds.js | 9 ++++++++- .../web/js/ui/default/staff/circ/patron/items_out.js | 2 +- Open-ILS/web/js/ui/default/staff/services/grid.js | 3 +++ 4 files changed, 13 insertions(+), 2 deletions(-) diff --git a/Open-ILS/src/templates/staff/share/t_autogrid.tt2 b/Open-ILS/src/templates/staff/share/t_autogrid.tt2 index 941aa63086..c6b45d9ddc 100644 --- a/Open-ILS/src/templates/staff/share/t_autogrid.tt2 +++ b/Open-ILS/src/templates/staff/share/t_autogrid.tt2 @@ -84,6 +84,7 @@