- Issue created by @stadoom
- Status changed to Closed: outdated
12 months ago 12:25pm 2 December 2023
When I try to add a fieldset from the frontend using a webform composite, this and the previous fieldset miss a theme hook, and the default template gets used (table.html.twig). Before this action, there is a set of offered template names, and one of them I use: table--webform-my-form.html.twig.
<div class="webform-multiple-table webform-multiple-table-responsive">
using TWIG debug option.<!-- THEME DEBUG -->
<!-- THEME HOOK: 'table__webform_my_form__vehicle_items' -->
<!-- FILE NAME SUGGESTIONS:
* table--webform-my_form--vehicle-items.html.twig
* table--webform-my_form.html.twig
x table.html.twig
-->
<!-- BEGIN OUTPUT from 'core/themes/stable9/templates/dataset/table.html.twig' -->
* table--webform-my_form--vehicle-items.html.twig
x table--webform-my_form.html.twig
* table.html.twig
<div id="composite_key_table">
<!-- THEME DEBUG -->
<!-- THEME HOOK: 'table' -->
<!-- BEGIN OUTPUT from 'core/themes/stable9/templates/dataset/table.html.twig' -->
Closed: outdated
6.2
Code