From bf5c8876d86465ba3121bf3e85ed8f6e86c1effd Mon Sep 17 00:00:00 2001 From: Tomas Cohen Arazi Date: Fri, 26 Apr 2024 17:16:34 -0300 Subject: [PATCH] Bug 31791: (follow-up) Fix Permissions.t Signed-off-by: Tomas Cohen Arazi --- t/Koha/Auth/Permissions.t | 2 ++ 1 file changed, 2 insertions(+) diff --git a/t/Koha/Auth/Permissions.t b/t/Koha/Auth/Permissions.t index 39fb452ae64..10adbde9964 100755 --- a/t/Koha/Auth/Permissions.t +++ b/t/Koha/Auth/Permissions.t @@ -159,9 +159,11 @@ subtest 'superlibrarian tests' => sub { 'CAN_user_editcatalogue_edit_catalogue' => 1, 'CAN_user_editcatalogue_edit_items_restricted' => 1, 'CAN_user_editcatalogue_edit_items' => 1, + 'CAN_user_editcatalogue_edit_locked_records' => 1, 'CAN_user_editcatalogue_fast_cataloging' => 1, 'CAN_user_editcatalogue_manage_item_groups' => 1, 'CAN_user_editcatalogue_manage_item_editor_templates' => 1, + 'CAN_user_editcatalogue_set_record_sources' => 1, 'CAN_user_editcatalogue' => 1, 'CAN_user_ill' => 1, 'CAN_user_lists_delete_public_lists' => 1, -- 2.44.0