Bugzilla – Attachment 153731 Details for
Bug 33105
Add vendor issues
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 33105: Fix Auth/Permissions.t
Bug-33105-Fix-AuthPermissionst.patch (text/plain), 1.03 KB, created by
Jonathan Druart
on 2023-07-20 15:38:37 UTC
(
hide
)
Description:
Bug 33105: Fix Auth/Permissions.t
Filename:
MIME Type:
Creator:
Jonathan Druart
Created:
2023-07-20 15:38:37 UTC
Size:
1.03 KB
patch
obsolete
>From 0e620b7ecf9c701dee8ee3befe18f9db0b4d27ed Mon Sep 17 00:00:00 2001 >From: Jonathan Druart <jonathan.druart@bugs.koha-community.org> >Date: Thu, 20 Jul 2023 17:38:12 +0200 >Subject: [PATCH] Bug 33105: Fix 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 8439bd78307..2061ac4170b 100755 >--- a/t/Koha/Auth/Permissions.t >+++ b/t/Koha/Auth/Permissions.t >@@ -113,6 +113,7 @@ subtest 'superlibrarian tests' => sub { > 'CAN_user_acquisition_edi_manage' => 1, > 'CAN_user_acquisition_edit_invoices' => 1, > 'CAN_user_acquisition_group_manage' => 1, >+ 'CAN_user_acquisition_issue_manage' => 1, > 'CAN_user_acquisition_merge_invoices' => 1, > 'CAN_user_acquisition_order_manage_all' => 1, > 'CAN_user_acquisition_order_manage' => 1, >-- >2.25.1
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 33105
:
149509
|
149510
|
149511
|
149512
|
149513
|
149514
|
149515
|
149530
|
149531
|
149532
|
149556
|
149557
|
149558
|
149559
|
149560
|
149561
|
149562
|
152894
|
152895
|
152896
|
152897
|
152898
|
152899
|
152900
|
153117
|
153118
|
153119
|
153122
|
153123
|
153125
|
153126
|
153127
|
153128
|
153129
|
153130
|
153131
|
153132
|
153133
|
153134
|
153135
|
153136
|
153137
|
153730
| 153731