]> git.evergreen-ils.org Git - working/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)
committerJason Etheridge <jason@EquinoxInitiative.org>
Mon, 12 Feb 2018 20:02:56 +0000 (15:02 -0500)
commit1417629657c4ab98a57aec29065d9d7f5b3ef289
treecf91fc391c01ce453188ace48b1739526bad99fe
parent1f630f2189842cec8949596edd3c2fada4a9c8fc
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>
Open-ILS/web/js/ui/default/staff/circ/patron/holds.js
Open-ILS/web/js/ui/default/staff/circ/patron/items_out.js