caltechlibrary/dibs

Viewer needs to check actively for expired loans

mhucka opened this issue · 1 comments

If you have 2 windows open on a loan item, and end the loan early in one window, the other window will still show the viewer but with none of the content accessible (you get spinning squares in the thumbnails). This happens because the viewer page only has a (self-contained) mechanism for time-based expiration and does not actively check if something else ended the loan. This needs to be fixed.

This is now implemented by commit 8681068.