🇫🇷France @hesslinger

Account created on 17 February 2019, almost 6 years ago
#

Recent comments

🇫🇷France hesslinger

#265 work, but not keep #212 fix.

Probleme :
If i have query parametter from exposed filter who start by 'f' letter like 'field_type', Facets range brake url.

exemple ?field_type=587 become ?f[0]=587&f[1]=range:(min:117,max:1000) and brake search...

Replace this code :
if (paramName.substr(0, 1) === 'f') {
by
if (paramName.substr(0, 2) === 'f[') {
Fix it..

🇫🇷France hesslinger

#210 fine, but i have a one more probleme.

If i have query parametter from exposed filter who start by 'f' letter like 'field_type', Facets range brake url.

exemple ?field_type=587 become ?f[0]=587&f[1]=range:(min:117,max:1000) and brake search...

Replace this code : if (paramName.substr(0, 1) === 'f') { by if (paramName.substr(0, 2) === 'f[') {

🇫🇷France hesslinger

Hi, Can't make fork...

I suggest the following patch : https://www.drupal.org/files/issues/2023-10-20/cookies-3217333-ga-gtag.p...

The cookies _ga, _ga_* and _gid should be correctly removed when consent is revoked (via the cookies_ga and cookies_gtag submodules).

🇫🇷France hesslinger

Hello @Anybody,

sorry for long time without work on it issue.

Can you Close https://git.drupalcode.org/issue/cookies-3217333 ? because started branch is outdated.

To be sure to understand well you prefer kill cookie directly in a submodule (with settings form) ?

Production build 0.71.5 2024