[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 16:35:52 CET 2020


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

Jonathan Druart <jonathan.druart at bugs.koha-community.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
         Depends on|                            |11911

--- Comment #8 from Jonathan Druart <jonathan.druart at bugs.koha-community.org> ---
acqui/acqui-home.pl:        flagsrequired   => { acquisition => '*' },
acqui/booksellers.pl:        flagsrequired   => { acquisition => '*' },
acqui/histsearch.pl:        flagsrequired   => { acquisition => '*' },
acqui/invoice-files.pl:        flagsrequired   => { 'acquisition' => '*' },
acqui/invoice.pl:        flagsrequired   => { 'acquisition' => '*' },
acqui/invoices.pl:        flagsrequired   => { 'acquisition' => '*' },
acqui/modordernotes.pl:    flagsrequired   => { 'acquisition' => '*' },
acqui/ordered.pl:        flagsrequired   => { acquisition => '*' },
acqui/showorder.pl:    flagsrequired   => { acquisition => '*' },
acqui/spent.pl:        flagsrequired   => { acquisition => '*' },
acqui/supplier.pl:        flagsrequired   => { acquisition => '*' },
services/itemrecorddisplay.pl:    flagsrequired   => {acquisition => '*'},


I would suggest to move acquisition.suggestions_manage to a new permission
"namespace", suggestions.suggestions_manage.
Would it work?


Referenced Bugs:

https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=11911
[Bug 11911] Add separate permission for managing suggestions
-- 
You are receiving this mail because:
You are the assignee for the bug.
You are watching all bug changes.


More information about the Koha-bugs mailing list