- 🇪🇸Spain tonibarbera
I've rerolled a new patch that works on Drupal 10, based on the issue: 3287825.
Here is the new patch and the interdiff.
When the module is used with the patch on
✨
Entities identified by strings as group content
Closed: won't fix
it works as expected, but when used with the
group_content_string_id →
(the recommended approach by the maintainer of the group module*), there is a fatal error when a non-administrator user tries to access to an individual group webform:
Error: Call to undefined method Drupal\group\Entity\GroupContent::getEntityFieldNameForEntityType() in Drupal\group_webform\GroupWebformService->webformAccess() (line 110 of modules/contrib/group_webform/src/GroupWebformService.php).
Avoid using the GroupContent::getEntityFieldNameForEntityType() function
None
- Patch on ✨ Entities identified by strings as group content Closed: won't fix is replaced by the group_content_string_id module
- entity_id_str column in the group_conent_field_data table is removed
- entity_id column in the group_conent_field_data table now a varchar field
- Both changes are managed by the group_content_string_id module
* See https://www.drupal.org/project/group/issues/2797793#comment-14149767 ✨ Entities identified by strings as group content Closed: won't fix
Needs review
1.0
Code
Not all content is available!
It's likely this issue predates Contrib.social: some issue and comment data are missing.
I've rerolled a new patch that works on Drupal 10, based on the issue: 3287825.
Here is the new patch and the interdiff.