Bugzilla – Attachment 185220 Details for
Bug 40605
Synchronize two sentences about processing personal data
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 40605: Copy sentence from opac-memberentry in opac-patron-consent
Bug-40605-Copy-sentence-from-opac-memberentry-in-o.patch (text/plain), 2.09 KB, created by
Owen Leonard
on 2025-08-07 14:09:00 UTC
(
hide
)
Description:
Bug 40605: Copy sentence from opac-memberentry in opac-patron-consent
Filename:
MIME Type:
Creator:
Owen Leonard
Created:
2025-08-07 14:09:00 UTC
Size:
2.09 KB
patch
obsolete
>From fec7866d8d235c4e301277f8f7bf61758a457d19 Mon Sep 17 00:00:00 2001 >From: Marcel de Rooy <m.de.rooy@rijksmuseum.nl> >Date: Wed, 6 Aug 2025 16:27:37 +0200 >Subject: [PATCH] Bug 40605: Copy sentence from opac-memberentry in > opac-patron-consent > >Test plan: >Enable PrivacyPolicyConsent; you can set it to Permissive. >Check if the OPAC user page (tab Consents) shows it correctly now. > >Signed-off-by: Marcel de Rooy <m.de.rooy@rijksmuseum.nl> >Signed-off-by: Owen Leonard <oleonard@myacpl.org> >--- > koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-patron-consent.tt | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > >diff --git a/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-patron-consent.tt b/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-patron-consent.tt >index 7fbad0355a2..dea0eb8dfb2 100644 >--- a/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-patron-consent.tt >+++ b/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-patron-consent.tt >@@ -44,7 +44,7 @@ > <p>In order to keep you logged in, we need your consent to process personal data as specified in the privacy policy linked below.</p> > <p>If you choose to withdraw your consent we will <strong>remove your account</strong> within a reasonable time and you should log out now.</p> > </div> >- <p>I have read the <a target="_blank" href="[% Koha.Preference('PrivacyPolicyURL') | url %]">privacy policy</a> and agree with your processing of my personal data as outlined therein.</p> >+ <p>I agree with your processing of my personal data as outlined in the <a target="_blank" href="[% Koha.Preference('PrivacyPolicyURL') | url %]">privacy policy</a>.</p> > [% ELSIF consent_types.$consent_type %] > [% SET consent_title = ( consent_types.$consent_type.title.$lang || consent_types.$consent_type.title.en ) %] > [% SET consent_desc = ( consent_types.$consent_type.description.$lang || consent_types.$consent_type.description.en ) %] >-- >2.39.5
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 40605
:
185157
| 185220