Drupal 10 compatibility issues

Created on 8 September 2022, over 2 years ago
Updated 19 July 2023, over 1 year ago

Problem/Motivation

Hello project maintainers,

This issue is to help make this module compatible with Drupal 10.

Patches will be added to this issue that remove Drupal 10 deprecated API uses.

Remaining tasks

/groupmenu/src/Plugin/Block/GroupMenuBlock.php:
---------------------------------------------------------------------------------------
23 │ Providing context definitions via the "context" key is │
│ deprecated in Drupal 8.7.x and will be removed before Drupal │
│ 9.0.0. Use the "context_definitions" key instead. │

/groupmenu/groupmenu.info.yml:
---------------------------------------------------------------------------------------
0 │ Value of core_version_requirement: ^8 || ^9 is not │
│ compatible with the next major version of Drupal core. See │
https://drupal.org/node/3070687. │

/groupmenu/modules/groupmenu_block/groupmenu_block.info.yml:
---------------------------------------------------------------------------------------
0 │ Value of core_version_requirement: ^8 || ^9 is not │
│ compatible with the next major version of Drupal core. See │
https://drupal.org/node/3070687. │

📌 Task
Status

Needs review

Version

1.0

Component

Code

Created by

🇮🇳India Adarshsri786

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

Merge Requests

Comments & Activities

Not all content is available!

It's likely this issue predates Contrib.social: some issue and comment data are missing.

  • @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 about 1 year ago
  • 🇳🇱Netherlands seanB Netherlands
  • 🇺🇸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

  • I am on Drupal 10.3 site and exploring some options, but I couldn't apply the patch #8 or #14. Below is the error I encountered with this module 3.0 version:

    PHP Fatal error:  Type of Drupal\groupmenu\Controller\GroupMenuController::$privateTempStoreFactory must not be defined (as in class Drupal\group\Entity\Controller\GroupRelationshipController) in /var/www/html/docroot/modules/contrib/groupmenu/src/Controller/GroupMenuController.php on line 17
    
Production build 0.71.5 2024