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

Fridolyn SOMERS <[email protected]> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|RESOLVED                    |REOPENED
                 CC|                            |[email protected]
                   |                            |m
         Resolution|FIXED                       |---

--- Comment #8 from Fridolyn SOMERS <[email protected]> ---
I reopen this bug because it does not behave like wanted.
Using :
  flagsrequired   => { 
    acquisition => 'group_manage', 
    acquisition => 'order_manage', 
    acquisition => 'order_receive'
  },
flagsrequired is a hash so setting 3 times the same key results in a hash with
only : 
  { acquisition => 'order_receive' }

So instead of requiring group_manage, order_manage and order_receive
permissions, acq search page only needs order_receive.
Tested with only group_manage or only order_manage, permission is denied.

Using several permissions on same module will need development in C4::Auth.
It should allow a boolean combination of permissions I think.

-- 
You are receiving this mail because:
You are the QA Contact for the bug.
You are watching all bug changes.
_______________________________________________
Koha-bugs mailing list
[email protected]
http://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/

Reply via email to