cca / koha_snippets

code to be pasted into Koha's admin side
https://library.cca.edu
Other
4 stars 0 forks source link

Recalls: make them work for unauthenticated users #38

Closed phette23 closed 1 year ago

phette23 commented 1 year ago

Typical Koha problem: the recall button displays even if you're not logged in, but if you click it and go through the authentication flow, you end up on your patron details page, not on the recalls page. I need to apply my usual technique of storing the bib number of the record being acted on and redirecting users from the patron details page to the appropriate spot.