[Koha-bugs] [Bug 27378] Enable compliance with EU Cookie Legislation via cookie consent

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Fri Jul 22 14:36:36 CEST 2022


https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27378

Katrin Fischer <katrin.fischer at bsz-bw.de> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|Signed Off                  |Failed QA

--- Comment #101 from Katrin Fischer <katrin.fischer at bsz-bw.de> ---
Some stuff:

1) Old style database updates (we got 4 separate ones for the prefs). Might be
worth combining them into one atomicupdate.

2) I think the system preference descriptions are not all self explanatory. I
am struggling with a little with this one:

+         - Specify Javascript that requires user consent to run (e.g. tracking
code)
+         - pref: ConsentJS
+           type: modaljs
+           initiator: populateConsentJS
+           processor: prepareConsentJS

3) New codes cannot be saved in ConsentJs

And also getting stuck here in the test plan:

12. Enter a name and description, and check both checkboxes.
    - For "String used to identify cookie name", enter "test1", this enables us
to delete the cookie when consent is withdrawn.
    - For "Cookie domain" enter the domain of your Koha.
    - For "Cookie path" enter "/"

I have entered: 
Name: Test
Description: Testing consent
Requires consent in OPAC: checked
Requires consent in staff interface: checked
String used to identify cookie name: test1
Cookie domain: localhost
Cookie path: /

When I try to save, I get: You must complete all fields.

x) Future enhancement ideas:

* Move CookieConsentBar and CookieConsentPopup to HTML customizations, so they
can be provided in multiple languages.

-- 
You are receiving this mail because:
You are watching all bug changes.


More information about the Koha-bugs mailing list