Closed (fixed)
Project:
Lupus Decopled Drupal Recipe Development
Component:
Code
Priority:
Critical
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
8 May 2025 at 10:15 UTC
Updated:
27 May 2025 at 11:49 UTC
Jump to comment: Most recent
Comments
Comment #2
fagoIs the issue maybe the strict comparison?
https://www.drupal.org/node/3478662
I've learned from recipe sessions that this is mostly a good idea to not use them, since small config changes/extension e.g. by used modules can lead to errors already. Better to only have it strict when really needed for some reason.
Comment #3
arthur_lorenz commentedYes, exactly. The config is however in a drupal cms recipe. So this ticket exists to figure out how to deal with it.
Comment #5
ciprian.stavovei commentedThe only way I managed to make it work was by adding
strict: falsein the drupal_cms_admin_ui recipe. That's where the block.block.gin_messages config is added. It seems to be a Drupal CMS issue, therefore I created one here: https://www.drupal.org/project/drupal_cms/issues/3523920 and added a PR.I also updated the readme file from lupus_decoupled_recipe recipe to explain how to overcome the error. lupus_decoupled_recipe seems to be the base for all the others, so that's why I added it there.
Comment #7
arthur_lorenz commentedThank you, please also link the Drupal CMS issue in the README, then we can merge :)
Comment #8
ciprian.stavovei commentedUpdated.
Comment #10
arthur_lorenz commentedThx, merged!
Comment #11
arthur_lorenz commentedComment #12
arthur_lorenz commented