[Bug 40686] New: Permission for "Bookable" on moredetail.pl different from updateitem.pl
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: koha-bugs@lists.koha-community.org Reporter: dcook@prosentient.com.au QA Contact: testopia@bugs.koha-community.org CC: gmcharlt@gmail.com, kyle@bywatersolutions.com 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.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=40686 David Cook <dcook@prosentient.com.au> changed: What |Removed |Added ---------------------------------------------------------------------------- Depends on| |29002 Referenced Bugs: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29002 [Bug 29002] Add ability to book items ahead of time -- You are receiving this mail because: You are the assignee for the bug. You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=40686 --- Comment #1 from David Cook <dcook@prosentient.com.au> --- Of course, I don't think it's the right permission to use here, but we should be consistent. -- You are receiving this mail because: You are watching all bug changes. You are the assignee for the bug.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=40686 David Cook <dcook@prosentient.com.au> changed: What |Removed |Added ---------------------------------------------------------------------------- Summary|Permission for "Bookable" |Permissions for views on |on moredetail.pl different |moredetail.pl different |from updateitem.pl |from updates in | |updateitem.pl -- You are receiving this mail because: You are the assignee for the bug. You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=40686 --- Comment #2 from David Cook <dcook@prosentient.com.au> --- Actually, it's not just Bookings. It's pretty much everything. -- You are receiving this mail because: You are the assignee for the bug. You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=40686 --- Comment #3 from David Cook <dcook@prosentient.com.au> --- Re-thinking that dependency on bug 29002, although the oldest backports probably have 29002 so maybe it's OK... -- You are receiving this mail because: You are the assignee for the bug. You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=40686 Andrew Fuerste-Henry <andrew@bywatersolutions.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |andrew@bywatersolutions.com -- You are receiving this mail because: You are watching all bug changes.
participants (1)
-
bugzilla-daemon@bugs.koha-community.org