Closed (fixed)
Project:
Open Social
Version:
12.1.x-dev
Component:
Groups
Priority:
Normal
Category:
Task
Assigned:
Unassigned
Reporter:
Created:
8 Feb 2024 at 13:31 UTC
Updated:
7 May 2024 at 16:19 UTC
Jump to comment: Most recent
We're removing the old group types from Open Social. This module has some references to the old group types which should be removed.
Evaluate the references to the old group types. We might be able to remove the functionality that exists around it altogether and remove the dependency on any group type. If that's not possible just remove the references to the old group type. In any case the functionality itself should keep working for flexible groups.
Comments
Comment #2
vnech commentedPR -> https://github.com/goalgorilla/open_social/pull/3798
Comment #3
vnech commentedComment #4
ribelPR was merged and should be released in version 13.0.0
Comment #5
ribelComment #6
socialnicheguru commentedJust to keep track:
The "field_group" at "block_content:custom_content_list" references the "group:public_group" entity type that does not exist. in Drupal\jsonapi\ResourceType\ResourceTypeRepository->getRelatableResourceTypesFromFieldDefinition() (line 470 of social12.3.0/html/core/modules/jsonapi/src/ResourceType/ResourceTypeRepository.php)
User warning: The "field_event_group" at "block_content:custom_content_list" references the "group:open_group" entity type that does not exist. in Drupal\jsonapi\ResourceType\ResourceTypeRepository->getRelatableResourceTypesFromFieldDefinition() (line 470 of social12.3.0/html/core/modules/jsonapi/src/ResourceType/ResourceTypeRepository.php)
Comment #7
ronaldtebrake commentedPart of 13.0.0 (alpha1)