Bug 20819: (Follow-up) Show more clearly that a user gave no consent
authorMarcel de Rooy <m.de.rooy@rijksmuseum.nl>
Fri, 21 Sep 2018 06:00:20 +0000 (08:00 +0200)
committerNick Clemens <nick@bywatersolutions.com>
Fri, 21 Sep 2018 12:17:24 +0000 (12:17 +0000)
See comment60 on Bugzilla.
Although I intentionally did not want to show date and time of refusal,
we can obviously add one line saying that we already have a no.

Test plan:
Login without consent and see no additional line.
Agree and verify that you see the registered on xxx line.
Disagree and verify that you now see "You indicated recently...".

Signed-off-by: Marcel de Rooy <m.de.rooy@rijksmuseum.nl>

Signed-off-by: Nick Clemens <nick@bywatersolutions.com>

koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-patron-consent.tt

index 265c344..f405971 100644 (file)
@@ -46,6 +46,8 @@
                                     <input type="radio" name="gdpr_processing" value="disagreed"> No, I do not agree. Please remove my account within a reasonable time.</p>
                                     [% IF gdpr_proc_consent %]
                                         <p>Your consent was registered on [% gdpr_proc_consent | html %].</p>
+                                    [% ELSIF gdpr_proc_refusal %]
+                                        <p>You indicated recently that you do not consent, and we will process your request soon.</p>
                                     [% END %]
                                 </li></ul>
                             </fieldset>