Summary: | Basket permissions not looked up correctly | ||
---|---|---|---|
Product: | Koha | Reporter: | Robin Sheat <robin> |
Component: | Acquisitions | Assignee: | Robin Sheat <robin> |
Status: | CLOSED FIXED | QA Contact: | Bugs List <koha-bugs> |
Severity: | major | ||
Priority: | PATCH-Sent (DO NOT USE) | CC: | chris, koha.sekjal, melia, nengard |
Version: | Main | ||
Hardware: | All | ||
OS: | All | ||
See Also: | http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=6390 | ||
Change sponsored?: | --- | Patch complexity: | --- |
Documentation contact: | Documentation submission: | ||
Text to go in the release notes: | Version(s) released in: | ||
Circulation function: | |||
Bug Depends on: | 6390 | ||
Bug Blocks: | |||
Attachments: |
Bug 6824 - correctly check basket viewing permissions
Bug 6824 - signed off patch: correctly check basket viewing permissions |
Description
Robin Sheat
2011-08-31 03:08:52 UTC
Created attachment 5234 [details] [review] Bug 6824 - correctly check basket viewing permissions Previously you couldn't view baskets that you hadn't created, unless you were superlibrarian due to a bug. Now people with the right permissions can see the baskets. Applies to both 3.04.04 and master. *** Bug 6575 has been marked as a duplicate of this bug. *** I'm liking the way this is addressed here: http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=6390 allowing the librarian to decide who can see what. I'm thinking that a very quick fix like this can get in to a release smoothly and stop bothering people, then it's pretty easy to make it optional (or, perhaps, do a more comprehensive permissions thing) as a later step. Created attachment 5524 [details] [review] Bug 6824 - signed off patch: correctly check basket viewing permissions Signed off patch Easy change to read, marking as Passed QA Pushed, please test 6390 is now in master and changes the behaviour of this page to be controlled by a syspref. Superlibrarian always sees all baskets. |