Bugzilla – Attachment 130305 Details for
Bug 29966
SCO Help page passes flags while not needing authentication
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 29966: Dont pass authnotrequired true and flags together
Bug-29966-Dont-pass-authnotrequired-true-and-flags.patch (text/plain), 879 bytes, created by
Martin Renvoize (ashimema)
on 2022-02-08 15:59:20 UTC
(
hide
)
Description:
Bug 29966: Dont pass authnotrequired true and flags together
Filename:
MIME Type:
Creator:
Martin Renvoize (ashimema)
Created:
2022-02-08 15:59:20 UTC
Size:
879 bytes
patch
obsolete
>From c9a28e76e9c0a0ed99e3668e6a2eeddf49a3068b Mon Sep 17 00:00:00 2001 >From: Marcel de Rooy <m.de.rooy@rijksmuseum.nl> >Date: Fri, 28 Jan 2022 09:59:15 +0000 >Subject: [PATCH] Bug 29966: Dont pass authnotrequired true and flags together > >Test plan: >Logout in OPAC. >Goto sco help page. > >Signed-off-by: Marcel de Rooy <m.de.rooy@rijksmuseum.nl> >Signed-off-by: Martin Renvoize <martin.renvoize@ptfs-europe.com> >--- > opac/sco/help.pl | 1 - > 1 file changed, 1 deletion(-) > >diff --git a/opac/sco/help.pl b/opac/sco/help.pl >index 57d02ec983..e24bfa0ef8 100755 >--- a/opac/sco/help.pl >+++ b/opac/sco/help.pl >@@ -39,7 +39,6 @@ my ( $template, $borrowernumber, $cookie ) = get_template_and_user( > query => $query, > type => "opac", > authnotrequired => 1, >- flagsrequired => { self_check => "self_checkout_module" }, > } > ); > >-- >2.20.1
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 29966
:
129921
| 130305