]> git.evergreen-ils.org Git - working/Evergreen.git/commit
LP#1739648 - fix grid nextPage button by setting grid.totalCount collab/phasefx/lp1739648_grid_paging_caused_dupss
authorCesar Velez <cesar.velez@equinoxinitiative.org>
Mon, 8 Jan 2018 21:55:56 +0000 (16:55 -0500)
committerJason Etheridge <jason@EquinoxInitiative.org>
Mon, 12 Feb 2018 20:03:00 +0000 (15:03 -0500)
commit6d7fee1fddef51a7d7dc0a4cff989f3a158150f6
treeacd2ec1506e95713d9054eed93786cd09bc20e0d
parent1417629657c4ab98a57aec29065d9d7f5b3ef289
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 <cesar.velez@equinoxinitiative.org>

Signed-off-by: Jason Etheridge <jason@EquinoxInitiative.org>
Open-ILS/src/templates/staff/share/t_autogrid.tt2
Open-ILS/web/js/ui/default/staff/circ/patron/holds.js
Open-ILS/web/js/ui/default/staff/circ/patron/items_out.js
Open-ILS/web/js/ui/default/staff/services/grid.js