- Issue created by @tobiasb
- Merge request !37Field of type webform_entity_checkboxes does not show proper options → (Open) created by tobiasb
I configured a webform_entity_checkboxes element with views as "Reference method" (with token as view arguments) and with items formatter (checklist:boxes), which works in webform submission output but not via views.
-
Pass webform_submission ID to element.
\Drupal\webform\Plugin\WebformElement\WebformEntityReferenceTrait::formatHtmlItems ->
\Drupal\webform\Plugin\WebformElement\WebformEntityReferenceTrait::setOptions
setOptions use the ID to load the webform submission and replaces the token.
-
-
-
-
Active
5.0
Code