Bugzilla – Attachment 165697 Details for
Bug 31791
Add the ability to lock records to prevent modification through the Koha staff interface
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 31791: (follow-up) Fix Permissions.t
Bug-31791-follow-up-Fix-Permissionst.patch (text/plain), 1.37 KB, created by
Tomás Cohen Arazi (tcohen)
on 2024-04-26 20:20:17 UTC
(
hide
)
Description:
Bug 31791: (follow-up) Fix Permissions.t
Filename:
MIME Type:
Creator:
Tomás Cohen Arazi (tcohen)
Created:
2024-04-26 20:20:17 UTC
Size:
1.37 KB
patch
obsolete
>From bf5c8876d86465ba3121bf3e85ed8f6e86c1effd Mon Sep 17 00:00:00 2001 >From: Tomas Cohen Arazi <tomascohen@theke.io> >Date: Fri, 26 Apr 2024 17:16:34 -0300 >Subject: [PATCH] Bug 31791: (follow-up) Fix Permissions.t > >Signed-off-by: Tomas Cohen Arazi <tomascohen@theke.io> >--- > 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
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
|
Splinter Review
Attachments on
bug 31791
:
163371
|
163372
|
163373
|
163374
|
163375
|
163376
|
163377
|
163378
|
163405
|
163408
|
163410
|
163411
|
163413
|
163414
|
163415
|
163416
|
163426
|
163427
|
163428
|
163429
|
163430
|
163431
|
163432
|
163433
|
163434
|
163531
|
163532
|
163533
|
163534
|
163535
|
163536
|
163537
|
163538
|
163539
|
163545
|
164193
|
164194
|
164195
|
164196
|
164197
|
164696
|
164697
|
164698
|
164699
|
164700
|
164701
|
164702
|
164703
|
164704
|
164705
|
165044
|
165045
|
165046
|
165047
|
165048
|
165049
|
165050
|
165051
|
165052
|
165053
| 165697