Group v3 support (and Drupal 10)

Created on 5 September 2022, about 2 years ago
Updated 31 May 2023, over 1 year ago

Problem/Motivation

The website encountered an unexpected error. Please try again later.

Drupal\Component\Plugin\Exception\PluginNotFoundException: The "group_content" entity type does not exist. in Drupal\Core\Entity\EntityTypeManager->getDefinition() (line 139 of core/lib/Drupal/Core/Entity/EntityTypeManager.php).

Steps to reproduce

new install drupal: ^9 || ^8
new install webform ( ^6.x )
new install group module ( version 3.x )

when you install webform_group module and want to add new form or build your form or do some thing with your form, it appears.

Proposed resolution

as group module developer said here . they change their
naming pattern from to so this error appears.

I change the naming pattern in webform_group module from to and error were gone.

Remaining tasks

there is another problem with it and that is group version 3 module change their permission scenario and they use flexible_permissions. also they change their role scenario. so we should change some thing in webform_group module code to integrate them like before.

User interface changes

API changes

Data model changes

📌 Task
Status

Fixed

Version

1.0

Component

Code

Created by

🇮🇷Iran sgarsivaz

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

Comments & Activities

Not all content is available!

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

  • 🇺🇸United States ccjjmartin Austin, TX

    Reroll latest patch fixing composer.json and info.yml conflicts around d10 upgrade.

  • @ccjjmartin opened merge request.
  • 🇺🇸United States ccjjmartin Austin, TX

    In order to get composer to install all of these modules with dependencies I dropped this into my composer.json:

            {
                "type": "package",
                "package": {
                    "name": "drupal/webform_group",
                    "version": "1.0.0",
                    "source": {
                        "url": "https://git.drupalcode.org/issue/webform_group-3307942.git",
                        "type": "git",
                        "reference": "3307942-group-v3-support"
                    }
                }
            },
    

    NOTE: I just picked a version number (1.0.0), this could likely be improved and if it conflicts with anything else I will need to clear my composer cache later.

    • heddn committed 32852d8b on 3.0.x
      Issue #3307942 by heddn, ccjjmartin: Group v3 support (and Drupal 10)
      
  • Status changed to Fixed over 1 year ago
  • Automatically closed - issue fixed for 2 weeks with no activity.

Production build 0.71.5 2024