https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=40686
Bug ID: 40686
Summary: Permission for "Bookable" on moredetail.pl different
from updateitem.pl
Change sponsored?: ---
Product: Koha
Version: Main
Hardware: All
OS: All
Status: NEW
Severity: minor
Priority: P5 - low
Component: Circulation
Assignee: [email protected]
Reporter: [email protected]
QA Contact: [email protected]
CC: [email protected], [email protected]
This is a fairly minor bug.
On ./koha-tmpl/intranet-tmpl/prog/en/modules/catalogue/moredetail.tt you need
CAN_user_circulate to be able to update the "Bookable" property.
However, on ./catalogue/updateitem.pl the permission that is required is
circulate_remaining_permissions.
CAN_user_circulate means that you have at least 1 circulate subpermission.
So you can see the update form, but if you try to do it without
circulate_remaining_permissions, it'll show you a login screen.
Fortunately, this one is an easy fix.
--
You are receiving this mail because:
You are watching all bug changes.
You are the assignee for the bug.
_______________________________________________
Koha-bugs mailing list
[email protected]
https://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs
website : http://www.koha-community.org/
git : http://git.koha-community.org/
bugs : http://bugs.koha-community.org/