Bugzilla – Attachment 73846 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), 917 bytes, created by
Martin Renvoize (ashimema)
on 2018-04-09 08:30:58 UTC
(
hide
)
Description:
Bug 20536 - ILL: authnotrequired should be explicitly unset on opac
Filename:
MIME Type:
Creator:
Martin Renvoize (ashimema)
Created:
2018-04-09 08:30:58 UTC
Size:
917 bytes
patch
obsolete
>From aff03eefe53d08aa595941eb5d4184f45a0f2f0a 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 >--- > 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.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 20536
:
73757
|
73846
|
73847
|
73898
|
73917