https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=10190
--- Comment #358 from Martin Renvoize (ashimema) <[email protected]> --- Created attachment 194086 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=194086&action=edit Bug 10190: Fix permission mismatch on /circulation_rules/config endpoint The config endpoint was gated on parameters: manage_circ_rules, while the actual GET/PUT /circulation_rules endpoints require circulate: circulate_remaining_permissions. Any user who can read/write circulation rules should also be able to load the config that drives the UI. -- 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/
