Bugzilla – Attachment 75081 Details for
Bug 20284
ILL: Adding a 'new request' from OPAC fails with template error if text exists in ILLModuleCopyrightClearance
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 20284: (QA follow-up) superlibrarian has ill permissions
Bug-20284-QA-follow-up-superlibrarian-has-ill-perm.patch (text/plain), 900 bytes, created by
Tomás Cohen Arazi (tcohen)
on 2018-05-04 15:34:20 UTC
(
hide
)
Description:
Bug 20284: (QA follow-up) superlibrarian has ill permissions
Filename:
MIME Type:
Creator:
Tomás Cohen Arazi (tcohen)
Created:
2018-05-04 15:34:20 UTC
Size:
900 bytes
patch
obsolete
>From 300bebe62bf056c779be82994b186544a53ac42e Mon Sep 17 00:00:00 2001 >From: Tomas Cohen Arazi <tomascohen@theke.io> >Date: Fri, 4 May 2018 12:26:39 -0300 >Subject: [PATCH] Bug 20284: (QA follow-up) superlibrarian has ill permissions > >Signed-off-by: Tomas Cohen Arazi <tomascohen@theke.io> >--- > C4/Auth.pm | 1 + > 1 file changed, 1 insertion(+) > >diff --git a/C4/Auth.pm b/C4/Auth.pm >index 00dedcb22a..7442b1dd78 100644 >--- a/C4/Auth.pm >+++ b/C4/Auth.pm >@@ -313,6 +313,7 @@ sub get_template_and_user { > $template->param( CAN_user_plugins => 1 ); > $template->param( CAN_user_coursereserves => 1 ); > $template->param( CAN_user_clubs => 1 ); >+ $template->param( CAN_user_ill => 1 ); > > foreach my $module ( keys %$all_perms ) { > foreach my $subperm ( keys %{ $all_perms->{$module} } ) { >-- >2.17.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 20284
:
73870
|
74156
|
74426
|
74599
|
74652
|
75079
|
75080
| 75081 |
75082