- Issue created by @joseph.olstad
- 🇨🇦Canada joseph.olstad
Ok, I had another look at the recent changes. Nothing shocking. Must be upstream issues causing the pipeline failures.
Serious churn has happened with layout_builder_st
we had @phenaproxima running things recently, he ended up doing a build of 2.0.x that we have been using successfully with Drupal 11.1.8
Now I see the latest 2.0.x won't even run testing as it says this:
8) Drupal\Tests\layout_builder_st\Functional\Rest\LayoutBuilderEntityViewDisplayJsonBasicAuthTest::testGet
Unable to install modules: module 'layout_builder_st' is incompatible with this version of Drupal core.
@phenaproxima basically did some heavy modifications from 1x to 2.0.x. It was functional and we have been using it since several months. However there's now been a major reversal on the approach, a new maintainer, did you guys even have a discussion before handoff .
Here's what we have been using with Drupal 11.1.8
"name": "drupal/layout_builder_st",
"version": "dev-2.0.x",
"source": {
"type": "git",
"url": "https://git.drupalcode.org/project/layout_builder_st.git",
"reference": "68f690c8fb7a679128deaa22bc3d5f0272caec18"
},
"require": {
"drupal/core": "^10 || ^11"
},
with these patches
"drupal/layout_builder_st": {
"3411037 - Fix core removing contextual translation links": "https://git.drupalcode.org/project/layout_builder_st/-/merge_requests/5.patch",
"3420063 - Call to a member function getConfig() OverridesSectionStorage.php": "https://git.drupalcode.org/project/layout_builder_st/-/merge_requests/6.diff",
"3069964 - Null fix for moderation dashboard, otherwise WSOD on login": "https://www.drupal.org/files/issues/2025-01-02/3069964-null-fix.patch"
},
Run pipeline for 2.0.x
TBD
TBD
TBD
TBD
TBD
Active
2.0
Code
Ok, I had another look at the recent changes. Nothing shocking. Must be upstream issues causing the pipeline failures.