- Issue created by @coaston
 - π©πͺGermany jurgenhaas Gottmadingen
The link to the MR in
entity_extra_fieldis really helpful, thanks.There is a difference in handling, though. ECA's render view action just uses
views_embed_viewto receive a renderable array. But that doesn't allow testing for an empty result set in the view.We would have to re-implement
\Drupal\eca_render\Plugin\Action\Views::doBuildentirely by using something like this:$view = Views::getView($view_name); $view->setDisplay($this->getViewDisplay()); $view->setArguments($this->getViewArguments($entity)); // Test for empty result set here. return $view->buildRenderable( $this->getViewDisplay(), $this->getViewArguments($entity) - Merge request !556Issue #3538024 : ECA EXTRA FIELD - Empty content view β (Open) created by Tyapchyc
 - Status changed to Needs work
24 days ago 10:02am 10 October 2025