- First commit to issue fork.
- Merge request !13Issue #3090261 by Alexis Martinez: make compatible with return type declaration β (Open) created by alexismmd
- Open on Drupal.org βCore: 10.0.11 + Environment: PHP 8.1 & MariaDB 10.3.22last update
about 1 year ago Waiting for branch to pass - Open on Drupal.org βCore: 10.0.11 + Environment: PHP 8.1 & MariaDB 10.3.22last update
about 1 year ago Waiting for branch to pass - πΊπΈUnited States mikeryan Murphysboro, IL, USA
Adding the related issue https://www.drupal.org/project/drupal/issues/3047022 π Layout builder fails to assign inline block access dependencies for the overrides section storage on entities with pending revisions Needs work - we're also running into this when trying to use that patch.
- First commit to issue fork.
- Open on Drupal.org βCore: 10.1.4 + Environment: PHP 8.1 & MariaDB 10.3.22last update
9 months ago Waiting for branch to pass - π¨π¦Canada vincent signoret
I'm not sure if this is the right place, but I have an issue related to https://www.drupal.org/project/drupal/issues/3047022 π Layout builder fails to assign inline block access dependencies for the overrides section storage on entities with pending revisions Needs work .
Steps to reproduce:
Add a block with a media reference field on the layout builder.
Create a block with media content within this layout.
Publish the content.
Add a new draft to this content and attempt to update the existing media.Error:
"message":"Non-reusable blocks must set an access dependency for access control."The patch https://www.drupal.org/files/issues/2024-03-13/3047022-107.patch β resolves the issue on a vanilla install, but there are conflicts with layout_builder_at. I have tried different patches for this issue, but I always encounter a fatal error when attempting to install https://www.drupal.org/files/issues/2024-03-13/3047022-107.patch β .
- π¨π¦Canada vincent signoret
@paranojik I looked at your MR https://git.drupalcode.org/project/layout_builder_at/-/merge_requests/13... and it appears that there is a mistake in your implementation of calling
$this->entity_repository
in the parent class the protected variable is$entityRepository
.Here is the patch with the correction based on the work of paranojik.
https://www.drupal.org/files/issues/2024-04-19/3090261-15.patch βThis patch allows you to install the core patch π Layout builder fails to assign inline block access dependencies for the overrides section storage on entities with pending revisions Needs work , fixing the revision issue to work with layout_builder_at
- Open on Drupal.org βCore: 10.1.4 + Environment: PHP 8.1 & MariaDB 10.3.22last update
7 months ago Waiting for branch to pass - Open on Drupal.org βCore: 10.1.4 + Environment: PHP 8.1 & MariaDB 10.3.22last update
7 months ago Waiting for branch to pass - Open on Drupal.org βCore: 10.1.4 + Environment: PHP 8.1 & MariaDB 10.3.22last update
7 months ago Waiting for branch to pass - First commit to issue fork.