]> git.evergreen-ils.org Git - Evergreen.git/commit
LP#1739648 - fix item duplication in itemsout and holds grids
authorCesar Velez <cesar.velez@equinoxinitiative.org>
Thu, 4 Jan 2018 22:36:02 +0000 (17:36 -0500)
committerMike Rylander <mrylander@gmail.com>
Mon, 12 Feb 2018 20:42:36 +0000 (15:42 -0500)
commite18a315eb6a4a2082d3f96f6d4f655d0026d49a7
tree558d671f779116f288ae202a2c032d08875938c1
parentdde5ae124df0648d890e85cf3424fdc075b9d961
LP#1739648 - fix item duplication in itemsout and holds grids

Since these grids have caching, if the offset was greater
the cached data length, the grid would try to fetch data again, even if
it's already there, pushing duplicate items into the cache. This should
prevent that.

Signed-off by: Cesar Velez <cesar.velez@equinoxinitiative.org>

Signed-off-by: Jason Etheridge <jason@EquinoxInitiative.org>
Signed-off-by: Mike Rylander <mrylander@gmail.com>
Open-ILS/web/js/ui/default/staff/circ/patron/holds.js
Open-ILS/web/js/ui/default/staff/circ/patron/items_out.js