]> git.evergreen-ils.org Git - Evergreen.git/commit
LP1734775: Show multiple items in Item Status
authorJason Boyer <jboyer@library.in.gov>
Thu, 17 Jan 2019 14:58:08 +0000 (09:58 -0500)
committerBill Erickson <berickxx@gmail.com>
Fri, 8 Mar 2019 14:50:38 +0000 (09:50 -0500)
commit8046744dd9a347f0d5e285dd966ec0e3d0f302a7
tree8129785d1721d6572ad380892d40276839cb30c4
parent9988fbca91f1a95b7d41e0b204a98803526d9259
LP1734775: Show multiple items in Item Status

The ListCtrl controller was only displaying a single
copy when an id list was passed to Item Status in the
URL. This branch separates each id into a separate
fetch call and when all have been resolved it
refreshes the grid, which now has all of the items.

Signed-off-by: Jason Boyer <jboyer@library.in.gov>
Signed-off-by: Josh Stompro <stompro@stompro.org>
Signed-off-by: Bill Erickson <berickxx@gmail.com>
Open-ILS/web/js/ui/default/staff/cat/item/app.js