]> git.evergreen-ils.org Git - Evergreen.git/commit
LP1607922: Receiving items on page 2 of search results
authorJane Sandberg <sandbej@linnbenton.edu>
Tue, 30 Jul 2019 20:54:10 +0000 (13:54 -0700)
committerChris Sharp <csharp@georgialibraries.org>
Wed, 13 Nov 2019 19:52:05 +0000 (14:52 -0500)
commitf3ad285e081b1bae0e14d328943b510bd34c9d44
tree901157a7cf2a2d6c7e6eef3468b2dfea763ab9f5
parentdfd1fd9db6f56ac3c9e413b980c0a61f0424b28a
LP1607922: Receiving items on page 2 of search results

Previously, if a user selected a bunch of line items on two consecutive
pages of acq search results, and tried to receive items from the second
page, the operation would fail.

This issue was caused by Evergreen caching IDs of selected line items
from page 1, but not caching the data that went along with them.

To test:

1) Go to Acquisitions > General Search
2) In the Select Search Field dropdown, choose LI - State.
3) Set the state to on-order.
4) Click Search.
5) Click the check mark to select all results on the first page.
6) Click the Next button.
7) Click the check mark to select all results on the second page.
8) On the top --Actions-- menu, select Mark Selected Line Items as
Received.
9) Note that the interface does nothing, and that there is a TypeError
error message in the browser console.
10) Apply this commit.
11) Refresh your page completely and repeat steps 1-8.
12) Note that the items on the second page are received.  Since they no
longer meet the search criteria, Evergreen gives you the next page of
results.

For further testing, see similar test steps by John Yorio at
https://bugs.launchpad.net/evergreen/+bug/1607922.

Signed-off-by: Jane Sandberg <sandbej@linnbenton.edu>
Signed-off-by: Chris Sharp <csharp@georgialibraries.org>
Open-ILS/web/js/ui/default/acq/common/li_table_pager.js