https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22868
Jonathan Druart <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Depends on| |11911 --- Comment #8 from Jonathan Druart <[email protected]> --- 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. _______________________________________________ Koha-bugs mailing list [email protected] https://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/
