Bugzilla – Attachment 73917 Details for
Bug 20536
ILL: authnotrequired not explicitly unset
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 20536: (ILL) authnotrequired should be explicitly unset on opac
Bug-20536-ILL-authnotrequired-should-be-explicitly.patch (text/plain), 1.00 KB, created by
Tomás Cohen Arazi (tcohen)
on 2018-04-10 09:33:20 UTC
(
hide
)
Description:
Bug 20536: (ILL) authnotrequired should be explicitly unset on opac
Filename:
MIME Type:
Creator:
Tomás Cohen Arazi (tcohen)
Created:
2018-04-10 09:33:20 UTC
Size:
1.00 KB
patch
obsolete
>From 4dd9336848d8b90605aa68637a0f2449dfc464ca Mon Sep 17 00:00:00 2001 >From: Martin Renvoize <martin.renvoize@ptfs-europe.com> >Date: Fri, 6 Apr 2018 10:22:20 +0100 >Subject: [PATCH] Bug 20536: (ILL) authnotrequired should be explicitly unset > on opac > >* koha/opac-illrequest.pl - Added explicit setting of authnotrequired > >Signed-off-by: Mark Tompsett <mtompset@hotmail.com> >Signed-off-by: Tomas Cohen Arazi <tomascohen@theke.io> >--- > opac/opac-illrequests.pl | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > >diff --git a/opac/opac-illrequests.pl b/opac/opac-illrequests.pl >index 4590284184..6f2b33cd14 100755 >--- a/opac/opac-illrequests.pl >+++ b/opac/opac-illrequests.pl >@@ -46,7 +46,7 @@ my ( $template, $loggedinuser, $cookie ) = get_template_and_user({ > template_name => "opac-illrequests.tt", > query => $query, > type => "opac", >- authnotrequired => ( C4::Context->preference("OpacPublic") ? 1 : 0 ), >+ authnotrequired => 0, > }); > > # Are we able to actually work? >-- >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 20536
:
73757
|
73846
|
73847
|
73898
| 73917