Bugzilla – Attachment 73898 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-explicit.patch (text/plain), 963 bytes, created by
Mark Tompsett
on 2018-04-10 03:41:27 UTC
(
hide
)
Description:
Bug 20536 - ILL: authnotrequired should be explicitly unset on opac
Filename:
MIME Type:
Creator:
Mark Tompsett
Created:
2018-04-10 03:41:27 UTC
Size:
963 bytes
patch
obsolete
>From 8bfd5518cd0eef0c019d8f86f784f69a6aec53a0 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> >--- > 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 4590284..6f2b33c 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.1.4
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