- 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
over 1 year ago 7:23am 26 April 2023 - Status changed to Needs work
over 1 year ago 11:04am 26 April 2023 - 🇮🇳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
over 1 year ago 6:17am 28 April 2023 - Status changed to Needs work
over 1 year ago 2:02am 1 August 2023 - 🇺🇸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.