KaufmannDigital / KaufmannDigital.GDPR.CookieConsent

A ready-to-run package, that integrates an advanced cookie consent banner into your Neos CMS site.
https://www.kaufmann.digital/neos-cms/plugins/dsgvo-gdpr-cookie-consent
GNU General Public License v3.0
26 stars 11 forks source link

BUGFIX: Issue #36 adjust condition in php according to js #37

Closed andrehoffmann30 closed 2 years ago

andrehoffmann30 commented 2 years ago

Fixes #36 I adjust the condition in the JavaScriptController according to the condition in the Javascript code, which decides wether to show the cookie banner again.

Nikdro commented 2 years ago

Hi Andrè! As just discussed, exactly this condition was missing in PHP. This was forgotten when the related JS was customized. Thanks for the fix!