Bugzilla – Attachment 163355 Details for
Bug 35919
Add record sources CRUD
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 35919: Add superlibrarian permission to Permissions.t
Bug-35919-Add-superlibrarian-permission-to-Permiss.patch (text/plain), 1.28 KB, created by
Tomás Cohen Arazi (tcohen)
on 2024-03-18 16:28:31 UTC
(
hide
)
Description:
Bug 35919: Add superlibrarian permission to Permissions.t
Filename:
MIME Type:
Creator:
Tomás Cohen Arazi (tcohen)
Created:
2024-03-18 16:28:31 UTC
Size:
1.28 KB
patch
obsolete
>From c8bb0d2101e3aa693a73e9e18c7172c467e7e2c1 Mon Sep 17 00:00:00 2001 >From: Matt Blenkinsop <matt.blenkinsop@ptfs-europe.com> >Date: Tue, 27 Feb 2024 09:30:58 +0000 >Subject: [PATCH] Bug 35919: Add superlibrarian permission to Permissions.t > >Permissions.t was failing when running a jenkins build to another branch with this bug applied. Permissions.t was missing the permission for record sources and is now added in this patch > >Test plan: >1) prove t/Koha/Auth/Permissions.t >--- > t/Koha/Auth/Permissions.t | 1 + > 1 file changed, 1 insertion(+) > >diff --git a/t/Koha/Auth/Permissions.t b/t/Koha/Auth/Permissions.t >index 67c1066fe03..a1f8bd07bfd 100755 >--- a/t/Koha/Auth/Permissions.t >+++ b/t/Koha/Auth/Permissions.t >@@ -195,6 +195,7 @@ subtest 'superlibrarian tests' => sub { > 'CAN_user_parameters_manage_patron_attributes' => 1, > 'CAN_user_parameters_manage_patron_categories' => 1, > 'CAN_user_parameters_manage_patron_restrictions' => 1, >+ 'CAN_user_parameters_manage_record_sources' => 1, > 'CAN_user_parameters_manage_search_engine_config' => 1, > 'CAN_user_parameters_manage_search_filters' => 1, > 'CAN_user_parameters_manage_search_targets' => 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 35919
:
161531
|
161532
|
161533
|
161534
|
161535
|
161537
|
161538
|
161577
|
161578
|
161579
|
161580
|
161581
|
161582
|
161583
|
162489
|
162594
|
162595
|
162596
|
162599
|
163348
|
163349
|
163350
|
163351
|
163352
|
163353
|
163354
|
163355
|
163360
|
163369
|
163389
|
163390
|
163391
|
163392
|
163393
|
163394
|
163395
|
163396
|
163397
|
163398
|
163399
|
163400
|
164708
|
164709
|
164710
|
164711
|
164712
|
164713
|
164714
|
164715
|
164716
|
164717
|
165274