- π§πͺBelgium JeroenT π§πͺ
I've added 2 extra changes:
I updated the composer.json to allow Drupal 10 and paragraph_features V2, since that version supports Drupal 10.
The 2nd change:
#drupal-off-canvas
is updated.
See https://www.drupal.org/node/3305664 β - πΊπ¦Ukraine stomusic Ukraine
I've re-check patch #9 and see that it not work at Drupal 10. So I've reviewed deprecated hooks and js functions
- π©πͺGermany stborchert
Wow, thanks for your work. This looks great so far. Using the settings tray for the paragraphs tiles/list is broken, but that hasn't worked for quite a while :/.
I've created a new branch (2.1.x) containing the compatibility fixes. Please review and test.
- πΊπ¦Ukraine stomusic Ukraine
I've re-checked, looks like it works well, but I've added few fixes more(patch).
-
stomusic β
authored 2f4e6016 on 2.1.x
Issue #3288984 by Project Update Bot, stomusic, JeroenT, realityloop:...
-
stomusic β
authored 2f4e6016 on 2.1.x
- π©πͺGermany stborchert
Thanks, Aleksander. I've committed your changes and updated Paragraphs Sets also so it seems to work now :)
- π§πͺBelgium JeroenT π§πͺ
Great to see progress on this issue!
Is there a plan for a new release? e.g. a 2.1.0-alpha?
- π¦πΊAustralia Deciphered
@stomusic
I ran into the following issue when using the 2.1.x-dev release:
PHP message: Uncaught PHP Exception Drupal\Core\Extension\InfoParserException: "The 'core_version_requirement' constraint (^9 || ^10) requires the 'core' key not be set in modules/contrib/paragraphs_ee/modules/paragraphs_ee_sets/paragraphs_ee_sets.info.yml" at /var/www/html/web/core/lib/Drupal/Core/Extension/InfoParserDynamic.php line 88" while reading response header from upstream, client: 172.21.0.6, server: , request: "GET /admin/reports HTTP/1.1", upstream:
I found both the main and sub-module still had the
core:
key set. MR incoming. - @deciphered opened merge request.
- π¦πΊAustralia realityloop
So that I could use it in composer without the need for the patch, allowing me to upgrade to Drupal 10.
The following (or similar) is required in your projects composer.json:
"repositories": { "drupal": { "type": "composer", "url": "https://packages.drupal.org/8", "exclude": [ "drupal/paragraphs_ee" ] }, "drupal/paragraphs_ee": { "type": "git", "url": "https://git.drupalcode.org/issue/paragraphs_ee-3288984.git" } },
Then add the module using:
composer require drupal/paragraphs_ee:dev-feature/3288984-d10
I hope this is helpful to others.
-
Deciphered β
authored 7982cd84 on 2.1.x
Issue #3288984 by Deciphered: Automated Drupal 10 compatibility fixes
-
Deciphered β
authored 7982cd84 on 2.1.x
- π©πͺGermany stborchert
I've removed the "core" key (I don't know why the module installed without problems on my machine ...) and created a release for 2.1.
Thanks all! - Status changed to Fixed
over 1 year ago 6:11pm 24 February 2023 Automatically closed - issue fixed for 2 weeks with no activity.