[Koha-bugs] [Bug 7295] list of librarian managing a basket

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Thu May 23 11:47:38 CEST 2013


http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=7295

Julian Maurice <julian.maurice at biblibre.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
  Attachment #17706|0                           |1
        is obsolete|                            |

--- Comment #37 from Julian Maurice <julian.maurice at biblibre.com> ---
Created attachment 18338
  -->
http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=18338&action=edit
[SIGNED-OFF] Bug 7295: More granular permissions for baskets

Add branch info to baskets
Add a list of borrowers that are allowed to manage a basket (one list
for each basket).
Add a new subpermission: acquisition => order_manage_all

If user is superlibrarian, or if he has permission acquisition = 1
(GranularPermissions = OFF), or subpermission acquisition =>
order_manage_all (GranularPermissions = ON). He's authorised to manage
all baskets.

Depending on syspref AcqViewBaskets:
  'all': user can manage all baskets
  'branch': user can manage baskets of his branch (the basket branch is
            taken into account, not the branch of the basket's creator).
            If basket branch is not defined, all user can manage this
            basket.
  'user': user can manage baskets he created, and baskets he's in their
          user list

There are unit tests in t/Acquisition/CanUserManageBasket.t, which
require Test::MockModule

You can edit basket's branch and users list in basket modification page
(acqui/basket.pl)

Signed-off-by: Sonia Bouis <sonia.bouis at univ-lyon3.fr>
Signed-off-by: Kyle M Hall <kyle at bywatersolutions.com>

-- 
You are receiving this mail because:
You are watching all bug changes.


More information about the Koha-bugs mailing list