https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20256 --- Comment #198 from Kyle M Hall <kyle@bywatersolutions.com> --- (In reply to Katrin Fischer from comment #174)
(In reply to Katrin Fischer from comment #172)
4) Item edit checks
I think we might also need a check on the permission from the item search edit item link.
I've been working on this patch, but it occurs to me that the edit item link shows even if a record has no items. It's a useful way to go straight to the items editor to create a new item. As such, I don't think we should hide the link because it can still be used in that way even if the librarian can't edit any existing items.
Hi Kyle, I meant the "item search" - in this case the form for editing this specific item opens. So I think it makes sense to hide it there and I think there is already some logic for that now. I identified 3 places now that require action:
- Edit item link from course reserves - Edit item link form item search (not catalog search) - Edit item link from items tab (moredetail.pl)
The edit item link on moredetail.pl was already implemented, is it not working for you? -- You are receiving this mail because: You are watching all bug changes.