caltechlibrary/dibs

Make it possible for staff to view the item description page during a loan

mhucka opened this issue · 1 comments

Currently, the /item pages work by automatically sending the user to the viewer if the user has the item on loan. Someone requested the ability to view the /item page without being sent to the viewer.

This could perhaps be implemented by telling staff to add a query variable of some kind, like ?view=0 or some such.

This is implemented in commit b1ebbdd.