]> git.evergreen-ils.org Git - Evergreen.git/commit
LP#1792188: Record -> View Holds fails to refresh on Next/Prev record
authorMike Rylander <mrylander@gmail.com>
Fri, 14 Sep 2018 13:52:03 +0000 (09:52 -0400)
committerGalen Charlton <gmc@equinoxinitiative.org>
Tue, 7 May 2019 15:06:14 +0000 (11:06 -0400)
commit2224e8533610251f5aff30e2554babdcaf19b4f0
tree5598361fe0cbbcd2ba3cd35d522356f01d3483b8
parent101c876ff6fe78fa5a070d9e73fa7722c6b1e981
LP#1792188: Record -> View Holds fails to refresh on Next/Prev record

Here we clean up and add back a call to refresh the holds list when navigating
between records in a result set.

To test
-------
[1] In the web staff client, perform a catalog search, bring up a record,
    and change to the View Holds tab.
[2] Click the "Next" button to navigate to the next hold. Note that
    the list of holds doesn't change.
[3] Apply the patch, refresh, and repeat steps #1 and #2. This time,
    the list of holds should get updated as you navigate between
    records in the results list.

Signed-off-by: Mike Rylander <mrylander@gmail.com>
Signed-off-by: John Yorio <jyorio@equinoxinitiative.org>
Signed-off-by: Galen Charlton <gmc@equinoxinitiative.org>
Open-ILS/web/js/ui/default/staff/cat/catalog/app.js