This patch also checks if the views block content is empty
Updated the patch to work with
"drupal/lightning_workflow": "4.0.0",
"drupal/core-recommended": "10.3.6",
Adding attribution. Thanks
We are working on this issue on Drupalcon Portland 2024 contribution day!
@arparker @msandoval @anand48 @farnoosh @amriez @bember
First step is to rebase the patch against Drupal 11
First step is to rebase the patch against Drupal 11
We are working on this issue on Drupalcon Portland 2024 contribution day!
@arparker @msandoval @anand48 @farnoosh
I performed Novice Triage on this issue. I am leaving the Novice tag on this issue because we still need to test the MR.
Patch #207 has the warning for deprecated code: Deprecated function: Creation of dynamic property Drupal\layout_builder\Form\ConfigureVisibilityForm::$classResolver is deprecated in Drupal\layout_builder\Form\ConfigureVisibilityForm->__construct() (line 123 of /code/web/core/modules/layout_builder/src/Form/ConfigureVisibilityForm.php)
https://www.drupal.org/node/3428661 β
Patch against 3.3.6
Having this error on Layout builder of an entity in my case the taxonomy term page in Core 10.0.10, so this patch is against 10.0.10
A quick solution to remove the error for now on drupal 10.1.0
Farnoosh β created an issue.