- Issue created by @sorin_cocorada
While trying to add a filter in a Webform View for a Computed Token (store value in the database) element, the configuration dialog does not open. The filter appears in the list, but no data is shown anymore in the view. It is not possible to edit the filter, configuration dialog does not open.
The following error is shown in the log messages:
Cannot use a scalar value as an array in Drupal\Core\Render\Element\RenderElementBase::preRenderAjaxForm() (line 315 of /web/core/lib/Drupal/Core/Render/Element/RenderElementBase.php).
Drupal Core 11.1.2
Webform 6.3.0-beta1
Webform Views Integration 8.x-5.5
1. Create a webform, add a Computed token element (e.g. [webform_submission:user:email], store value),
2. Create a View, add a filter for the element above
Active
5.5
Code