Issues
- missing reason when renewal denied due to open recallUIU-971Resolved issue: UIU-971Zak Burke
- Settings: Locations List Not Displaying All LocationsUIORG-137Resolved issue: UIORG-137Zak Burke
- Cannot view all available locations in the filter (1st pane)UIIN-413Resolved issue: UIIN-413Zak Burke
- Item record. Delete (only) - first phaseUIIN-335Resolved issue: UIIN-335Niels Erik Nielsen
- Link to check out notes in action menuUICHKOUT-489Resolved issue: UICHKOUT-489Aditya matukumalli
- Display check out note at check outUICHKOUT-488Resolved issue: UICHKOUT-488Aditya matukumalli
- Link to check in notes in action menuUICHKIN-78Resolved issue: UICHKIN-78Aditya matukumalli
- Cannot assign correct location to item because display of locations are limitedSTSMACOM-180Resolved issue: STSMACOM-180Zak Burke
- Truncate loan duration at check out when item is recalledCIRC-259Resolved issue: CIRC-259Jeremy Huff
- Disallow Patron from Requesting Item They Currently Have on LoanCIRC-258Resolved issue: CIRC-258Jeremy Huff
- Disallow >1 Open Request on Same Item by Same RequesterCIRC-255Resolved issue: CIRC-255Anatolii Starkov
- Block Renewal With Existing Recall RequestCIRC-202Resolved issue: CIRC-202Anatolii Starkov
12 of 12
missing reason when renewal denied due to open recall
Done
Description
CSP Request Details
None
CSP Rejection Details
None
Potential Workaround
None
relates to
Checklist
hideTestRail: Results
Created April 5, 2019 at 11:56 AM
Updated July 3, 2019 at 5:00 PM
Resolved April 12, 2019 at 2:31 PM
Activity
Show:
Zak Burke April 5, 2019 at 12:03 PMEdited
As @Marc Johnson noted in CIRC-202, the backend is sending the correct response:
{
"errors" : [ {
"message" : "Items cannot be renewed when there is an active recall request",
"parameters" : [ {
"key" : "request id",
"value" : "99beb415-287e-4288-8f33-6d885ff29e51"
} ]
} ]
}
so the issue is that the front-end fails to correctly capture and display it.
The explanatory message is missing when a renewal is blocked because of an open recall.