Bugzilla – Attachment 165695 Details for
Bug 36206
Administrative plugins
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 36206: (follow-up) Fix Permissions.t
Bug-36206-follow-up-Fix-Permissionst.patch (text/plain), 1.08 KB, created by
Tomás Cohen Arazi (tcohen)
on 2024-04-26 20:18:22 UTC
(
hide
)
Description:
Bug 36206: (follow-up) Fix Permissions.t
Filename:
MIME Type:
Creator:
Tomás Cohen Arazi (tcohen)
Created:
2024-04-26 20:18:22 UTC
Size:
1.08 KB
patch
obsolete
>From d371da49552bb4eab25af42b240fb4ba75bc346c Mon Sep 17 00:00:00 2001 >From: Tomas Cohen Arazi <tomascohen@theke.io> >Date: Fri, 26 Apr 2024 17:06:44 -0300 >Subject: [PATCH] Bug 36206: (follow-up) Fix Permissions.t > >Signed-off-by: Tomas Cohen Arazi <tomascohen@theke.io> >--- > 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 a1f8bd07bfd..39fb452ae64 100755 >--- a/t/Koha/Auth/Permissions.t >+++ b/t/Koha/Auth/Permissions.t >@@ -207,6 +207,7 @@ subtest 'superlibrarian tests' => sub { > 'CAN_user_parameters_parameters_remaining_permissions' => 1, > 'CAN_user_parameters' => 1, > 'CAN_user_permissions' => 1, >+ 'CAN_user_plugins_admin' => 1, > 'CAN_user_plugins_configure' => 1, > 'CAN_user_plugins_manage' => 1, > 'CAN_user_plugins_report' => 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 36206
:
162615
|
162639
|
162640
|
162641
|
162779
|
162780
|
162781
|
162782
|
162783
|
163270
|
163271
|
163272
|
163273
|
163274
|
165533
|
165534
| 165695