Ajax error while saving accordion/tab paragraph type. The paragraph--drowl-paragraphs-types--container-tabs-accordion.html.twig (wrapper) requires fields from the sub-paragraph (=> Single Tab/Accordion), using twig_tweaks
drupal_field('field_paragraphs_title', 'paragraph', item.target_id)
However, item.target_id is not available while creation (NULL), so Twig Tweak fails on getting the fields.
So we show just a very basic text-preview instead the real accordion.
Issue fork drowl_paragraphs-3228383
Show commands
Start within a Git clone of the project using the version control instructions.
Or, if you do not have SSH keys set up on git.drupalcode.org:
Comments
Comment #3
thomas.frobieterFixed, i'll drop a new release.
Comment #5
anybodyJust ran into the same issue in version 8.x-3.30 @dgds ;) I'll backport this!
Comment #7
anybody@thomas.frobieter please review MR !34 for 8.x-3.x! :) (backport from 4.x)
Comment #8
anybodyComment #9
anybodyComment #10
thomas.frobieterComment #12
anybodyFixed in 8.x-3.31