- 🇳🇱Netherlands arantxio Dordrecht
I've looked at the report from upgrade status and added the fixes from there and the one that the update bot created and made a patch based on that.
This should fix all the current problems.
- Status changed to RTBC
over 1 year ago 8:32am 17 May 2023 - 🇮🇳India Bushra Shaikh
I have reviewed and checked Patch #3, which works for Drupal 9.5 and Drupal 10.0. and 10.0.1
Screenshots of the compatibility on 9.5 have been attached for reference: - First commit to issue fork.
- 🇨🇿Czech Republic Bohus Ulrych Pilsen (Czechia)
Hi all,
I discovered that patch is drupal-10-readiness.patch is not good.
Together with drupal-lenient it allows you to install this module (syntax is ok), but functional is broken.Problem is in the line replacing module_load_invoke, in the default_menu_link.module
\Drupal::moduleHandler()->loadInclude($pathInfo['extension'], $moduleName, $directory . '/' . $pathInfo['filename']);
is wrong, it should be
\Drupal::moduleHandler()->loadInclude($moduleName, $pathInfo['extension'], $directory . '/' . $pathInfo['filename']);
After this change it works well with 10.1.5
- Status changed to Needs work
12 months ago 8:23am 25 November 2023 - 🇮🇩Indonesia gausarts
I am not the maintainer, but my clients would love this in.
Let's trigger the bot again as per #8, while waiting for the maintainers to respond to this.
Thank you.
- Status changed to Needs review
12 months ago 6:46am 27 November 2023 - 🇳🇱Netherlands arantxio Dordrecht
I've adjusted the MR with the changes suggested by @Bohus Ulrych. Thanks for checking it out.