Uploaded image for project: 'eZ Platform Enterprise Edition'
  1. eZ Platform Enterprise Edition
  2. EZEE-2858

blocks don't render front end

    XMLWordPrintable

Details

    Description

      there's an alias set
      EzSystems\EzPlatformPageFieldType\Event\Subscriber\BlockResponseSubscriber: '@EzSystems\EzPlatformPageBuilder\Event\Subscriber\EditorialBlockResponseSubscriber'
      but new to 1.3.3, the EditorialBlockResponseSubscriber now does nothing for front end calls
      onBlockResponse has
      if (!$isEditorialContext)

      { return; }

      whereas it use to have
      try {
      $blockContent = $this->blockService->render($blockContext, $event->getBlockValue());
      now blockContent never gets set front end

      Attachments

        Activity

          People

            Unassigned Unassigned
            630accb7-ebc7-47a4-a912-60911f641030@accounts.ibexa.co David Broadfoot
            Votes:
            0 Vote for this issue
            Watchers:
            3 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: