Bugzilla – Attachment 140643 Details for
Bug 31495
Allow viewing CMS pages when enforcing GDPR policy
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 31495: Allow opac-page when enforcing GDPR policy
Bug-31495-Allow-opac-page-when-enforcing-GDPR-poli.patch (text/plain), 1.18 KB, created by
David Nind
on 2022-09-14 22:09:38 UTC
(
hide
)
Description:
Bug 31495: Allow opac-page when enforcing GDPR policy
Filename:
MIME Type:
Creator:
David Nind
Created:
2022-09-14 22:09:38 UTC
Size:
1.18 KB
patch
obsolete
>From 4708def0675077147fc7c0aa6c57e117406a90f1 Mon Sep 17 00:00:00 2001 >From: Marcel de Rooy <m.de.rooy@rijksmuseum.nl> >Date: Wed, 31 Aug 2022 11:57:16 +0000 >Subject: [PATCH] Bug 31495: Allow opac-page when enforcing GDPR policy > >Test plan: >Add some page under Additional contents. >Enforce GDPR policy. >Test with user that has no consent (yet or anymore). >Check if you can reach additional contents with opac-page.pl. > >Signed-off-by: Marcel de Rooy <m.de.rooy@rijksmuseum.nl> > >Signed-off-by: David Nind <david@davidnind.com> >--- > C4/Auth.pm | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > >diff --git a/C4/Auth.pm b/C4/Auth.pm >index bb80264e45..159650d897 100644 >--- a/C4/Auth.pm >+++ b/C4/Auth.pm >@@ -189,7 +189,7 @@ sub get_template_and_user { > # If we enforce GDPR and the user did not consent, redirect > # Exceptions for consent page itself and SCI/SCO system > if( $in->{type} eq 'opac' && $user && >- $in->{'template_name'} !~ /^(opac-patron-consent|sc[io]\/)/ && >+ $in->{'template_name'} !~ /^(opac-page|opac-patron-consent|sc[io]\/)/ && > C4::Context->preference('GDPR_Policy') eq 'Enforced' ) > { > my $consent = Koha::Patron::Consents->search({ >-- >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 31495
:
140001
|
140643
|
141513