https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=17387 --- Comment #183 from Nick Clemens (kidclamp) <nick@bywatersolutions.com> --- Created attachment 196328 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=196328&action=edit Bug 17387: (follow-up) move records_restore under editcatalogue permission The restore functionality is a cataloguing operation and should live under the editcatalogue permission module (bit 9) rather than tools (bit 13), consistent with where it appears in the UI. Update all references: - userpermissions.sql and atomicupdate: module_bit 13 → 9 - Swagger x-koha-authorization: tools → editcatalogue - CGI flagsrequired: tools → editcatalogue - Templates: CAN_user_tools_records_restore → CAN_user_editcatalogue_records_restore - C4::Auth::get_cataloguing_page_permissions: remove from tools sub-perms list (editcatalogue '*' already covers it) - Tests: module_bit 13 → 9 Signed-off-by: Michaela <michaela.sieber@kit.edu> Sponsored-by: ByWater Solutions Signed-off-by: Martin Renvoize <martin.renvoize@openfifth.co.uk> -- You are receiving this mail because: You are watching all bug changes.