Harborn-digital / cookie-consent-bundle

Symfony bundle to append Cookie Consent to your website to comply to AVG/GDPR for cookies.
MIT License
19 stars 18 forks source link

[Bug] Simplified: No difference between Functional Only and All #64

Open NiklasBr opened 4 years ago

NiklasBr commented 4 years ago

When using the simpliofied version of the consent it is impossible to distinguish between Accept all and Accept functional only options.

The cookies becomes:

Accept-all

 Cookie_Consent_Key: 5ef9ce9d9cd6d
 Cookie_Consent: [datetime]

Functional only

  Cookie_Consent_Key: 5ef9cef75a920
  Cookie_Consent: [datetime]

Configuration:

ch_cookie_consent:
    theme: dark
    categories: ~
    use_logger: false
    position: 'top'
    simplified: true

This means that chcookieconsent_isCookieConsentSavedByUser() no longer works.