View | Details | Raw Unified | Return to bug 34844
Collapse All | Expand All

(-)a/installer/data/mysql/mandatory/userpermissions.sql (+1 lines)
Lines 56-61 INSERT INTO permissions (module_bit, code, description) VALUES Link Here
56
   ( 9, 'edit_items_restricted', 'Limit item modification to subfields defined in the SubfieldsToAllowForRestrictedEditing preference (please note that edit_item is still required)'),
56
   ( 9, 'edit_items_restricted', 'Limit item modification to subfields defined in the SubfieldsToAllowForRestrictedEditing preference (please note that edit_item is still required)'),
57
   ( 9, 'delete_all_items', 'Delete all items at once'),
57
   ( 9, 'delete_all_items', 'Delete all items at once'),
58
   ( 9, 'manage_item_groups', 'Create, update and delete item groups, add or remove items from a item groups'),
58
   ( 9, 'manage_item_groups', 'Create, update and delete item groups, add or remove items from a item groups'),
59
   ( 9, 'manage_item_editor_templates', 'Update and delete item editor template owned by others'),
59
   ( 9, 'edit_any_item', 'Edit any item regardless of home library'),
60
   ( 9, 'edit_any_item', 'Edit any item regardless of home library'),
60
   (10, 'payout', 'Perform account payout action'),
61
   (10, 'payout', 'Perform account payout action'),
61
   (10, 'refund', 'Perform account refund action'),
62
   (10, 'refund', 'Perform account refund action'),
(-)a/t/Koha/Auth/Permissions.t (-1 / +1 lines)
Lines 159-164 subtest 'superlibrarian tests' => sub { Link Here
159
        'CAN_user_editcatalogue_edit_items'                         => 1,
159
        'CAN_user_editcatalogue_edit_items'                         => 1,
160
        'CAN_user_editcatalogue_fast_cataloging'                    => 1,
160
        'CAN_user_editcatalogue_fast_cataloging'                    => 1,
161
        'CAN_user_editcatalogue_manage_item_groups'                 => 1,
161
        'CAN_user_editcatalogue_manage_item_groups'                 => 1,
162
        'CAN_user_editcatalogue_manage_item_editor_templates'       => 1,
162
        'CAN_user_editcatalogue'                                    => 1,
163
        'CAN_user_editcatalogue'                                    => 1,
163
        'CAN_user_ill'                                              => 1,
164
        'CAN_user_ill'                                              => 1,
164
        'CAN_user_lists_delete_public_lists'                        => 1,
165
        'CAN_user_lists_delete_public_lists'                        => 1,
165
- 

Return to bug 34844