- Issue created by @Project Update Bot
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 #16997This patch was created using these packages:
- mglaman/phpstan-drupal: 1.2.0
- palantirnet/drupal-rector: 0.15.1
- Status changed to Needs work
11 months ago 11:30pm 3 January 2024 - 🇺🇸United States Kristen Pol Santa Cruz, CA, USA
The patch needs to update the info file. I tested it with:
core_version_requirement: ^8 || ^9 || ^10
and it worked as expected.
Tested by:
- Downloaded module
- Applied patch above
- Updated info file per above
- Enabled module
- Enabled logging at /admin/config/log_cache_tags
- Edited a menu item
- Looked at the logs and it showed one log with
menu_link_content_list, menu_link_content_list:menu_link_content, 4xx-response, menu_link_content:1
and another withconfig:system.menu.main
which made sense
- 🇺🇸United States Kristen Pol Santa Cruz, CA, USA
Here's a patch. Could be switched to MR.
- Status changed to Needs review
11 months ago 11:34pm 3 January 2024 - 🇺🇸United States Kristen Pol Santa Cruz, CA, USA
Moving to needs review. I have tested but someone else should before it's moved to RTBC.