Issue #3471795 by jurgenhaas: ECA Render: missing main content for ajax requests
Compare changes
@@ -9,7 +9,9 @@ use Drupal\Core\Ajax\AjaxResponse;
@@ -92,6 +94,20 @@ final class EndpointController implements ContainerInjectionInterface {
@@ -104,7 +120,9 @@ final class EndpointController implements ContainerInjectionInterface {
@@ -127,8 +145,12 @@ final class EndpointController implements ContainerInjectionInterface {
public function __construct(TriggerEvent $trigger_event, RendererInterface $renderer, HtmlRenderer $html_renderer, RouteMatchInterface $route_match, AccountInterface $current_user, ConfigFactoryInterface $config_factory, LoggerChannelInterface $logger, MessengerInterface $messenger, ClassResolverInterface $class_resolver, array $main_content_renderers) {
@@ -137,6 +159,8 @@ final class EndpointController implements ContainerInjectionInterface {
@@ -202,6 +226,11 @@ final class EndpointController implements ContainerInjectionInterface {