Bugzilla – Attachment 87846 Details for
Bug 18387
404 errors on page causes SCO user to be logged out
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 18387: (QA Follow up) adding specificity to error template.
Bug-18387-QA-Follow-up-adding-specificity-to-error.patch (text/plain), 1.00 KB, created by
Marcel de Rooy
on 2019-04-12 08:15:39 UTC
(
hide
)
Description:
Bug 18387: (QA Follow up) adding specificity to error template.
Filename:
MIME Type:
Creator:
Marcel de Rooy
Created:
2019-04-12 08:15:39 UTC
Size:
1.00 KB
patch
obsolete
>From feb93d1cfbd19de78a614bb1c170eadeecaf1a81 Mon Sep 17 00:00:00 2001 >From: Liz Rea <wizzyrea@gmail.com> >Date: Tue, 9 Apr 2019 17:49:00 +0000 >Subject: [PATCH] Bug 18387: (QA Follow up) adding specificity to error > template. >Content-Type: text/plain; charset=utf-8 > >Signed-off-by: Marcel de Rooy <m.de.rooy@rijksmuseum.nl> >--- > C4/Auth.pm | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > >diff --git a/C4/Auth.pm b/C4/Auth.pm >index 7f0a233b59..9057c4f51e 100644 >--- a/C4/Auth.pm >+++ b/C4/Auth.pm >@@ -192,7 +192,7 @@ sub get_template_and_user { > if ( > # If the user logged in is the SCO user and they try to go out of the SCO module, > # log the user out removing the CGISESSID cookie >- $in->{template_name} !~ m|sco/| && $in->{template_name} !~ m|errors/| >+ $in->{template_name} !~ m|sco/| && $in->{template_name} !~ m|errors/errorpage.tt| > && C4::Context->preference('AutoSelfCheckID') > && $user eq C4::Context->preference('AutoSelfCheckID') > ) >-- >2.11.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 18387
:
76797
|
87420
|
87421
|
87657
|
87845
| 87846