Bugzilla – Attachment 151249 Details for
Bug 30418
Add permission and setting for public lists to allow staff with permission to edit contents
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 30418: Fix t/Koha/Auth/Permissions.t
Bug-30418-Fix-tKohaAuthPermissionst.patch (text/plain), 1.70 KB, created by
Jonathan Druart
on 2023-05-16 07:55:52 UTC
(
hide
)
Description:
Bug 30418: Fix t/Koha/Auth/Permissions.t
Filename:
MIME Type:
Creator:
Jonathan Druart
Created:
2023-05-16 07:55:52 UTC
Size:
1.70 KB
patch
obsolete
>From ff86dd2312030bcca438109d6ea926dbb095ba86 Mon Sep 17 00:00:00 2001 >From: Jonathan Druart <jonathan.druart@bugs.koha-community.org> >Date: Tue, 16 May 2023 09:55:28 +0200 >Subject: [PATCH] Bug 30418: Fix t/Koha/Auth/Permissions.t > >koha_1 | # Failed test 'Expected permissions generated for superlibrarian' >koha_1 | # at t/Koha/Auth/Permissions.t line 283. >koha_1 | # Structures begin differing at: >koha_1 | # $got->{CAN_user_lists_edit_public_list_contents} = '1' >koha_1 | # $expected->{CAN_user_lists_edit_public_list_contents} = Does not exist >koha_1 | # Looks like you failed 1 test of 1. >koha_1 | >koha_1 | # Failed test 'superlibrarian tests' >koha_1 | # at t/Koha/Auth/Permissions.t line 284. >koha_1 | # Looks like you failed 1 test of 3. >koha_1 | [23:34:42] 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 d5d2b98d1c6..8439bd78307 100755 >--- a/t/Koha/Auth/Permissions.t >+++ b/t/Koha/Auth/Permissions.t >@@ -162,6 +162,7 @@ subtest 'superlibrarian tests' => sub { > 'CAN_user_ill' => 1, > 'CAN_user_lists_delete_public_lists' => 1, > 'CAN_user_lists_edit_public_lists' => 1, >+ 'CAN_user_lists_edit_public_list_contents' => 1, > 'CAN_user_lists' => 1, > 'CAN_user_parameters_manage_accounts' => 1, > 'CAN_user_parameters_manage_additional_fields' => 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 30418
:
139696
|
139697
|
139698
|
139699
|
139700
|
139701
|
146363
|
146364
|
146365
|
146366
|
146367
|
146368
|
146374
|
146375
|
146376
|
146377
|
146378
|
146379
|
146609
|
148645
|
148646
|
148647
|
148648
|
148649
|
148650
|
148651
|
148652
| 151249