[Koha-bugs] [Bug 22868] Separate Permissions for "Manage Purchase Suggestions" and "Enter Purchase Suggestions"

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Mon Jan 13 17:05:45 CET 2020


https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22868

--- Comment #11 from Jonathan Druart <jonathan.druart at bugs.koha-community.org> ---
(In reply to Marie-Luce Laflamme from comment #10)
> Yes it's on (acqui/acqui-home.pl) page.
> 
> It would be a good thing to separate permissions:
> 1 - "Enter purchase suggestions"
> 2 - "Manage purchase suggestions"

It will not fix the problem.
The issue here is that script are checking for acquisition => '*' permission,
which means "whichever permission is ok for access".
Splitting the permission will not block the access to these pages.

That's why I suggestion to move the manage_suggestions out of the
"acquisition". We could split the permission later if still needed.

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


More information about the Koha-bugs mailing list