Webclient - Holds Shelf Showing Canceled Holds for Same Current Copy

Bug #1787590 reported by Robert J Jackson
6
This bug affects 1 person
Affects Status Importance Assigned to Milestone
Evergreen
Invalid
Undecided
Unassigned

Bug Description

Webclient 3.1

In the Holds Shelf Display for a library old holds are showing that have been cancelled if there is a current hold for the same current_copy that is on the holds shelf. Reporting site shows a list of 24 old Cancelled holds and all 24 have current holds listed as well:

evergreen=# select count(a.id) from action.hold_request a, action.hold_request b where a.request_lib = 337 and a.pickup_lib = 337 and a.cancel_time is not null and a.current_copy = b.current_copy and a.id != b.id and b.cancel_time is null and b.shelf_time is not null and b.fulfillment_time is null;
-[ RECORD 1 ]
count | 24

Attaching Screen Capture showing the 24 in display.

Revision history for this message
Robert J Jackson (rjackson-deactivatedaccount) wrote :
Revision history for this message
Robert J Jackson (rjackson-deactivatedaccount) wrote :

I was just informed we have the code installed for https://bugs.launchpad.net/evergreen/+bug/1712854 so this may be related to the patch referenced here: https://bugs.launchpad.net/evergreen/+bug/1712854/comments/25

Revision history for this message
Kathy Lussier (klussier) wrote :

I'm going to mark this bug as Invalid since it's related to code that has not yet been merged to Evergreen.

Changed in evergreen:
status: New → Invalid
To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.