I had the same issue with one of my fields. Re-saving the field as per comment #3 fixed the issue for me.
fotisp ā created an issue.
patch #56 works fine with ckeditor5 (D10.2.6)
Hello, patch #10 seams to work great.
Did not had the chance to check each option (ad_storage, analytics_storage) but
the "Enable Google Consent mode" works fine with a GTM container with GA4 tracking.
Thanks
Thank you for the message.
Can you give me more information about what problems it is causing?
On 2 sites where I run the module with the patch,
I see the Google Analytics counting correctly if the user clicks 'allow statistics cookies' in Cookiebot.
Īf they don't give consent for statistics, the GA cookies are not set, and Google Analytics doesn't function.
Isn't this what we want?
Am I missing something else?
Thanks
fotisp ā created an issue.
Patch #12 works nice for me.
D10 / entity_reference_facet_link 2.0.1
fotisp ā created an issue.
Path #103 disables summary errors on all forms.
+ // Do not show links to elements when the errors summary is disabled.
+ elseif ($is_visible_element && $has_id && $form['#inline_form_errors_summary']) {
+ unset($errors[$name]);
+ }
&& $form['#inline_form_errors_summary']
should be
&& !$form['#inline_form_errors_summary']