- Issue created by @mably
- Merge request !6Issue #3478246 by mably: Drupal 11 compatibility fixes for simplify → (Closed) created by mably
- Merge request !7Issue #3478246 by mably: Drupal 11 compatibility fixes for simplify → (Open) created by mably
- 🇬🇧United Kingdom robcarr Perthshire, Scotland
Worth noting that the additional repository with the forked version of the module must come before the main repository for Drupal entry in composer.json, ie:
"repositories": [ { "type": "vcs", "url": "https://git.drupalcode.org/issue/simplify-3478246.git" }, { "type": "composer", "url": "https://packages.drupal.org/8" }, ...
Otherwise Composer will prioritise the standard distribution of the module (and the install will fail).
Thanks for your work on this @mably and your really simple way of applying this to D11 (no need for Lenient and patches 🙂). Seems to work OK - but I've only just installed this on a currently empty D11 install, so need to do a more thorough review.
- 🇫🇷France Dom.
I had a bit of trouble with merging due to conflicts, but should be done properly with appropriate credits to you.
Thanks a lot for help Automatically closed - issue fixed for 2 weeks with no activity.