Bugzilla – Attachment 73875 Details for
Bug 20515
"ILL Request" menu options displayed when user has no ILL permissions
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug [20515] - [Follow up]
Bug-20515---Follow-up.patch (text/plain), 2.20 KB, created by
Andrew Isherwood
on 2018-04-09 14:47:14 UTC
(
hide
)
Description:
Bug [20515] - [Follow up]
Filename:
MIME Type:
Creator:
Andrew Isherwood
Created:
2018-04-09 14:47:14 UTC
Size:
2.20 KB
patch
obsolete
>From bab446f82b1a9a2e681f3f1720b4a986756c4e95 Mon Sep 17 00:00:00 2001 >From: Andrew Isherwood <andrew.isherwood@ptfs-europe.com> >Date: Mon, 9 Apr 2018 15:41:57 +0100 >Subject: [PATCH] Bug [20515] - [Follow up] > >Removed the test for CAN_user_superlibrarian as requested >--- > koha-tmpl/intranet-tmpl/prog/en/includes/header.inc | 2 +- > koha-tmpl/intranet-tmpl/prog/en/modules/intranet-main.tt | 2 +- > 2 files changed, 2 insertions(+), 2 deletions(-) > >diff --git a/koha-tmpl/intranet-tmpl/prog/en/includes/header.inc b/koha-tmpl/intranet-tmpl/prog/en/includes/header.inc >index 73ed6f9e79..6b868308bf 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/includes/header.inc >+++ b/koha-tmpl/intranet-tmpl/prog/en/includes/header.inc >@@ -28,7 +28,7 @@ > <li><a href="/cgi-bin/koha/acqui/acqui-home.pl">Acquisitions</a></li> > [% END %] > <li><a href="/cgi-bin/koha/authorities/authorities-home.pl">Authorities</a></li> >- [% IF ( Koha.Preference('ILLModule') && (CAN_user_ill || CAN_user_superlibrarian) ) %] >+ [% IF Koha.Preference('ILLModule') && CAN_user_ill %] > <li><a href="/cgi-bin/koha/ill/ill-requests.pl">ILL Requests</a></li> > [% END %] > [% IF ( CAN_user_serials ) %] >diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/intranet-main.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/intranet-main.tt >index 64d4223039..0cea63c214 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/modules/intranet-main.tt >+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/intranet-main.tt >@@ -80,7 +80,7 @@ > <li> > <a class="icon_general icon_authorities" href="/cgi-bin/koha/authorities/authorities-home.pl">Authorities</a> > </li> >- [% IF Koha.Preference('ILLModule') && (CAN_user_ill || CAN_user_superlibrarian) %] >+ [% IF Koha.Preference('ILLModule') && CAN_user_ill %] > <li> > <a class="icon_general icon_ill" href="/cgi-bin/koha/ill/ill-requests.pl">ILL requests</a> > </li> >-- >2.11.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 20515
:
73615
|
73643
|
73875
|
74065
|
74066
|
74067
|
74068
|
74154
|
74194
|
74195