@Adarshsri786 any update on if this module will be made D10 compatible?
- 🇻🇳Vietnam chuyenlv
Updated patch at #6 to compatibility with Drupal 10.1.x and group version 8.x-1.6
Any chance this patch can be rolled into the main branch or Development version: 8.x-1.x-dev ?
This module is blocking me from upgrading to Drupal 10. The patch has been applied but composer is still not happy with the module compatibility.
>composer prohibits drupal/core 10.0.0
drupal/core-recommended 9.5.11 requires drupal/core (9.5.11)
drupal/groupmenu 1.0.0-beta3 requires drupal/core (^8 || ^9)
drupal/hal 1.0.3 requires drupal/core (^9)
drupal/core 10.0.0 requires symfony/console (^6.2)- 🇻🇳Vietnam chuyenlv
@martybfly
The module has a composer.json file and your main composer.lock file is already locked
"require": { "drupal/core": "^8 || ^9 }
You can try https://github.com/mglaman/composer-drupal-lenient to fully upgrade your project to D10.
- 🇨🇦Canada dylan donkersgoed London, Ontario
Dylan Donkersgoed → made their first commit to this issue’s fork.
- 🇨🇦Canada dylan donkersgoed London, Ontario
The latest version of the group patch this module depends on ( https://www.drupal.org/project/group/issues/2797793#comment-15236297 ✨ Entities identified by strings as group content Closed: won't fix ) uses a dedicated property, entity_id_str, for the ID instead. That results in an issue with this patch never picking up any menus.
I've pushed a change to this MR to accomodate that. It should still work for the old field as well. Patch file is attached.
- Status changed to Needs work
9 months ago 7:44pm 13 March 2024 - 🇺🇸United States anand.panure
After upgrading Drupal to v10.2.3, and using the patch in comment #8, the group level content editors are not able to see Edit Link and Delete_link buttons for menu items. Only the root admins are able to see those links. The module works perfectly in the production v9.5.5.
-Anand Panure