https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=41921
--- Comment #12 from Kyle M Hall (khall) <[email protected]> --- Created attachment 195843 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=195843&action=edit Bug 41921: Split user permission Splits the execute_reports permission into execute_reports_foreground and execute_reports_background. System preference decides what options are available to use, permissions decide if the user is able to take the allowed action. That is to say, the system preference has precedence over the user permission. If a librarian has the execute_reports_foreground permission, but no the execute_reports_background permission, and the syspref is set to only allow background reports to run, that librarian will not be able to execute reports. -- You are receiving this mail because: 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/
