- Issue created by @project update bot
- Status changed to Needs review
almost 2 years ago 8:39am 24 June 2023 This is an automated patch generated by Drupal Rector. Please see the issue summary for more details.
It is important that any automated tests available are run with this patch and that you manually test this patch.
Drupal 10 Compatibility
According to the Upgrade Status module → , even with this patch, this module is not yet compatible with Drupal 10.
Currently Drupal Rector, version 0.15.1, cannot fix all Drupal 10 compatibility problems.
Therefore this patch does not update the
info.yml
file for Drupal 10 compatibility.Leaving this issue open, even after committing the current patch, will allow the Project Update Bot → to post additional Drupal 10 compatibility fixes as they become available in Drupal Rector.
Debug info
Bot run #12554This patch was created using these packages:
- mglaman/phpstan-drupal: 1.1.35
- palantirnet/drupal-rector: 0.15.1
- Status changed to RTBC
11 months ago 4:55pm 29 July 2024 - 🇺🇸United States jhodgdon Spokane, WA, USA
Please commit this patch.
I have verified on my site that:
- This module works in Drupal 9 with or without this patch.
- This module does not work in Drupal 10 without this patch.
- This module does work in Drupal 10 with this patch.Since it doesn't break Drupal 9, and fixes Drupal 10, it seems like a good patch. I didn't test it with any prior versions of Drupal, or with Drupal 11.
- 🇺🇸United States jhodgdon Spokane, WA, USA
The other thing you need to do, besides applying this patch, is edit the compatibility line in the partial_multi.info.yml file to say:
core_version_requirement: ^8 || ^9 || ^10 || ^11
With that, it should make the module compatible with both Drupal 10 and Drupal 11.I'm not contributing to the Drupal project any more, and I don't have a quick way to make patches, sorry!
- 🇺🇸United States jhodgdon Spokane, WA, USA
I have just verified that after applying the patch on this issue, plus editing the partial_multi.info.yml file as in the last comment, this module works fine in Drupal 11.