Bugzilla – Attachment 74810 Details for
Bug 20646
"ILL Request" menu options not displayed when user has superlibrarian permission
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 20646: ILL Request menu should be visible for superlibrarian
Bug-20646-ILL-Request-menu-should-be-visible-for-s.patch (text/plain), 861 bytes, created by
Martin Renvoize (ashimema)
on 2018-04-24 13:55:57 UTC
(
hide
)
Description:
Bug 20646: ILL Request menu should be visible for superlibrarian
Filename:
MIME Type:
Creator:
Martin Renvoize (ashimema)
Created:
2018-04-24 13:55:57 UTC
Size:
861 bytes
patch
obsolete
>From a820d6a5c88fd68601f42bfe71f863f489eb483d Mon Sep 17 00:00:00 2001 >From: Martin Renvoize <martin.renvoize@ptfs-europe.com> >Date: Tue, 24 Apr 2018 12:38:56 +0100 >Subject: [PATCH] Bug 20646: ILL Request menu should be visible for > superlibrarian > >--- > 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.14.2
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 20646
:
74797
| 74810