Sorry #269 not build correcty.
#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..
#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[') {
hesslinger → created an issue.
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).
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) ?