From 56fb0d327571505397fdbcf0540f20225c590e92 Mon Sep 17 00:00:00 2001 From: Matt Blenkinsop Date: Wed, 18 Oct 2023 08:53:38 +0000 Subject: [PATCH] Bug 34844: Rmaint fix: Remove unwanted permission --- installer/data/mysql/mandatory/userpermissions.sql | 1 - 1 file changed, 1 deletion(-) diff --git a/installer/data/mysql/mandatory/userpermissions.sql b/installer/data/mysql/mandatory/userpermissions.sql index dd4abf9da4..a919b1a9fb 100644 --- a/installer/data/mysql/mandatory/userpermissions.sql +++ b/installer/data/mysql/mandatory/userpermissions.sql @@ -57,7 +57,6 @@ INSERT INTO permissions (module_bit, code, description) VALUES ( 9, 'delete_all_items', 'Delete all items at once'), ( 9, 'manage_item_groups', 'Create, update and delete item groups, add or remove items from a item groups'), ( 9, 'manage_item_editor_templates', 'Update and delete item editor template owned by others'), - ( 9, 'edit_any_item', 'Edit any item regardless of home library'), (10, 'payout', 'Perform account payout action'), (10, 'refund', 'Perform account refund action'), (10, 'discount', 'Perform account discount action'), -- 2.39.5