Bugzilla – Attachment 35175 Details for
Bug 12702
Suggestions still accessible in OPAC when deactivated
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
[SIGNED OFF] Bug 12702 - Suggestions still accessible in OPAC when deactivated
Bug-12702---Suggestions-still-accessible-in-OPAC-w.patch (text/plain), 1.03 KB, created by
Martin Renvoize (ashimema)
on 2015-01-14 08:41:04 UTC
(
hide
)
Description:
[SIGNED OFF] Bug 12702 - Suggestions still accessible in OPAC when deactivated
Filename:
MIME Type:
Creator:
Martin Renvoize (ashimema)
Created:
2015-01-14 08:41:04 UTC
Size:
1.03 KB
patch
obsolete
>From 884da2df3565ff44c88a6b4dc395d7ec754404ab Mon Sep 17 00:00:00 2001 >From: Thomas <tomsStudy@gmail.com> >Date: Tue, 13 Jan 2015 23:25:49 +0000 >Subject: [PATCH] Bug 12702 - Suggestions still accessible in OPAC when > deactivated > >Added check for suggestions turned off. If off user is redirected to 404 error. If patron suggestions are off guest sugestions will also redirect to 404 > >Signed-off-by: Martin Renvoize <martin.renvoize@ptfs-europe.com> >--- > opac/opac-suggestions.pl | 6 ++++++ > 1 file changed, 6 insertions(+) > >diff --git a/opac/opac-suggestions.pl b/opac/opac-suggestions.pl >index 701e431..16aadf8 100755 >--- a/opac/opac-suggestions.pl >+++ b/opac/opac-suggestions.pl >@@ -45,6 +45,12 @@ if ($negcaptcha ) { > exit; > } > >+#If suggestions are turned off we redirect to 404 error. This will also redirect guest suggestions >+if ( ! C4::Context->preference('suggestion') ) { >+ print $input->redirect("/cgi-bin/koha/errors/404.pl"); >+ exit; >+} >+ > delete $$suggestion{$_} foreach qw<op suggestedbyme>; > $op = 'else' unless $op; > >-- >1.7.10.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 12702
:
35171
|
35175
|
35281