emory-libraries / blacklight-catalog

1 stars 2 forks source link

Make availability on the item show page async #1315

Closed rotated8 closed 1 year ago

rotated8 commented 1 year ago

Right now, the "Where to find it" section on item show pages tries to load availability before the page is returned to the requestor. This leads to issues when the availability API is not available.

Screenshot_20230118_075750.png

The goal of this ticket is to change the "Where to find it" section to get the availability data asynchronously, so that the page can load without waiting.

bwatson78 commented 1 year ago

PR made: #1316 . This is live in Test and Arch. @rotated8 and/or @eporter23, can you test and review for Prod deploy?

abelemlih commented 1 year ago

Released under v1.9.0.

tclayton33 commented 1 year ago

Ready to deploy to production