Bugzilla – Attachment 156714 Details for
Bug 35008
ILS-DI should not ask for login with OpacPublic disabled
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 35008: Make ILS-DI not require auth when OpacPublic disabled
Bug-35008-Make-ILS-DI-not-require-auth-when-OpacPu.patch (text/plain), 907 bytes, created by
Aleisha Amohia
on 2023-10-08 22:01:04 UTC
(
hide
)
Description:
Bug 35008: Make ILS-DI not require auth when OpacPublic disabled
Filename:
MIME Type:
Creator:
Aleisha Amohia
Created:
2023-10-08 22:01:04 UTC
Size:
907 bytes
patch
obsolete
>From 474076216c13caeca2a1b593346b8617c87a0a4f Mon Sep 17 00:00:00 2001 >From: Aleisha Amohia <aleishaamohia@hotmail.com> >Date: Sun, 8 Oct 2023 21:59:19 +0000 >Subject: [PATCH] Bug 35008: Make ILS-DI not require auth when OpacPublic > disabled > >To test, disable OpacPublic and ensure a call to ilsdi.pl will still return expected results from a private browser, not logged into the OPAC. > >Sponsored-by: Auckland University of Technology >--- > C4/Auth.pm | 1 + > 1 file changed, 1 insertion(+) > >diff --git a/C4/Auth.pm b/C4/Auth.pm >index cdc4ba80129..7a72aae04c6 100644 >--- a/C4/Auth.pm >+++ b/C4/Auth.pm >@@ -802,6 +802,7 @@ sub checkauth { > opac-memberentry-update-submitted.tt > opac-password-recovery.tt > opac-reset-password.tt >+ ilsdi.tt > ); > $authnotrequired = 0 unless grep { $_ eq $template_name } > @allowed_scripts_for_private_opac; >-- >2.30.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 35008
:
156714
|
156768
|
158301
|
158780
|
158804