- 🇷🇴Romania zoltanb
Hi
After updating to Drupal core 9.5.9+ an issue appeared with Page Manager - "Path has unnecessary query appended." ( https://www.drupal.org/project/page_manager/issues/3362561 🐛 Path has unnecessary query appended. Fixed ). We applied the latest patch from there, but after that the body classes are not applying anymore to the pages.
I updated the patch #26 with slight changes:
- use key
_page_manager_page_variant
instead ofpage_manager_page_variant
- use
\Drupal::request()
instead of\Drupal::routeMatch()
(because parameter is not available there anymore)
Now it is working again. See diffs in https://www.drupal.org/project/page_manager/issues/3362561 🐛 Path has unnecessary query appended. Fixed for more details.
- use key
- Status changed to Needs work
5 months ago 11:07am 14 August 2024 - 🇩🇪Germany Anybody Porta Westfalica
Could someone please turn this into a MR for future work?