- First commit to issue fork.
- Merge request !11Issue #3298697: Avoid layout_library side-effects during a site install/config sync. β (Open) created by codebymikey
- last update
12 months ago 7 pass Updated the logic so that it doesn't apply side-effects during a site/profile install.
- πΊπΈUnited States kwiseman
I was unable to recreate this issue using Drupal core 10.2.5 with PHP 8.2 and Layout Builder Library 8.x-1.0-beta4. My testing site wasn't customized beyond the standard profile very much (I added the Admin Toolbar module and created a new content type to follow along with the suggested steps).
This last step was a bit unclear to me, but I tried all actions I thought it was referring to:
Thinking that selecting None as LL selection means it will use the "Default" layout (that i had previously set up for ALL nodes of this type) i go to edit that layout to make an adjustment. When i save those changes the following exception is created
Specifically, I tried:
- Changing and saving the full content view mode's layout.
- Changing and saving the default view mode's layout (which wasn't using Layout Builder).
- Changing and saving the layout of an individual node with the
layout_selection
field set to None.