Problem/Motivation
Currently the "opt in with categories" method is incomplete for the Italian Cookie Law because the "reject all" cookie button is not available.
The Italian cookie law requires the following buttons:
- Allow all
- Deny all (or X / Close button to deny all)
- Manage preferences
Currently the module opt-ins method are two:
- opt-in: display "allow all" and "deny all"
- opt-in with categories: display "allow all" and "manage preferences"
There isn't an option with all three buttons.
I've created a simple patch to solve the problem.
Issue fork eu_cookie_compliance-3274977
Show commands
Start within a Git clone of the project using the version control instructions.
Or, if you do not have SSH keys set up on git.drupalcode.org:
Comments
Comment #2
svenryen commentedGiven the requirements for Italy, I'll be backporting this feature to 7.x.
Comment #3
svenryen commentedComment #4
svenryen commentedComment #5
svenryen commentedClosing this one, as we have #3263244: Enable "deny all" button on "opt-in with categories" method with a patch.
Comment #6
svenryen commentedI mistakenly closed the issue that was supposed to contain the port to D7.
Comment #8
svenryen commented