https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34694 --- Comment #14 from Katrin Fischer <katrin.fischer@bsz-bw.de> --- (In reply to Martin Renvoize from comment #13)
This causes a regression actually.. you can no longer start a reservation prior to login.
We agree that this is a regression and a big behavior change for a bugfix release. We have worked on 2 alternative solutions: If the user is not logged in Option A: always. When the user clicks on the link they will be asked to log in and will receive feedback on the possibility of the action. Option B: show the link if there are items that are * not of an item type that is set to 'not for loan' in the itemtypes administration * don't have a positive not for loan status The second would be preferred, but I think the first would already be less of a regression than what we see now. Right now you can have a 'place hold' link in the results list, to find it gone in the detail page - that is a bad UX experience. -- You are receiving this mail because: You are watching all bug changes.