Drupal 10 compatibility

Created on 28 March 2023, over 1 year ago
Updated 9 November 2023, 8 months ago

Is there a plan to release a D10 compatible version?

💬 Support request
Status

Needs work

Version

4.0

Component

Code

Created by

🇺🇸United States drupalevangelist Detroit, MI

Live updates comments and jobs are added and updated live.
Sign in to follow issues

Comments & Activities

  • Issue created by @drupalevangelist
  • 🇺🇸United States drupalevangelist Detroit, MI

    The attached patch should suffice the request.

  • @drupalevangelist opened merge request.
  • Assigned to dineshkumarbollu
  • 🇮🇳India dineshkumarbollu

    Hi the patch has still some D10 issues, i will work on that.

  • Issue was unassigned.
  • Status changed to Needs review about 1 year ago
  • Status changed to Needs work about 1 year ago
  • 🇮🇳India omkar_yewale Mumbai

    Hi @dineshkumarbollu,
    Namespaced classes/interfaces/traits should be referenced with use statements.

    use Drupal\system\Entity\Menu;
    
    $menus = Menu::loadMultiple();
    
  • First commit to issue fork.
  • Status changed to Needs review about 1 year ago
  • Status changed to Needs work 11 months ago
  • 🇦🇺Australia imclean Tasmania

    @omkar_yewale in #6.

    Namespaced classes/interfaces/traits should be referenced with use statements.

  • 🇺🇸United States srdtwc Skokie, IL

    If anyone is running into compaitibility errors with jquery_ui_accordion, you can use

    "drupal/jquery_ui_accordion": "2.0 as 1.1"

    in combination with https://github.com/mglaman/composer-drupal-lenient

    in composer.json as a temporary measure until there is an official release.

  • 🇺🇸United States rraney

    I was able to upgrade to Drupal 10, but I cannot update the database due to this module and jquery_ui_accordion.

      Problem 1
        - drupal/accordion_menus is locked to version 4.0.0 and an update of this package was not requested.
        - drupal/accordion_menus 4.0.0 requires drupal/jquery_ui_accordion ^1.1 -> found drupal/jquery_ui_accordion[dev-1.x, 1.1.0, 1.x-dev (alias of dev-1.x)] but it conflicts with your root composer.json require (^2.0).

    I tried the recommendation in #10. I changed composer.json's setting like this: "drupal/jquery_ui_accordion": "2.0 as 1.1". I tried requiring jquery_ui_accordion. The recommended patch is installed. I cannot update database because of the problem shown above.

Production build 0.69.0 2024