- Issue created by @dieterholvoet
- Merge request !86Fix 'Element.closest: 'XXX' is not a valid selector' → (Closed) created by dieterholvoet
- Status changed to Needs review
9 months ago 10:24am 30 April 2024 - last update
9 months ago 7 pass - last update
9 months ago 7 pass - 🇪🇸Spain gxleano Cáceres
Trying to reproduce on 1.2.x, but it is working as expected.
This bug should be fixed on
1.2.12
See: https://www.drupal.org/project/tagify/issues/3443020 🐛 1.2.11 breaks autocomplete for fields inside paragraphs or other entities embedded via inline entity form Fixed and https://git.drupalcode.org/project/tagify/-/merge_requests/84/diffs#91d5...
identifier
variable should only contain the field name "field_bottom_paragraphs" after the change, not something likefield_bottom_paragraphs[2][subform][field_related_tag]
- 🇧🇪Belgium dieterholvoet Brussels
This bug should be fixed on 1.2.12
I tested on 1.2.12.
identifier variable should only contain the field name "field_bottom_paragraphs" after the change, not something like field_bottom_paragraphs[2][subform][field_related_tag]
This happens when you have an entity reference field (
field_related_tag
) on a paragraph in a paragraphs field (field_bottom_paragraphs
). - 🇪🇸Spain gxleano Cáceres
Dieter, try with updated
1.2.x
, it should works as expected. - Status changed to Closed: works as designed
9 months ago 11:25am 30 April 2024 - 🇧🇪Belgium dieterholvoet Brussels
My bad, I forgot I only updated to 1.2.12 when adding the patch. You're right, it works now. Sorry for wasting your time!
- 🇪🇸Spain gxleano Cáceres
All good Dieter, and thanks to keeping an eye on this.