- 🇺🇸United States SocialNicheGuru
This is incorporated into the beta 7 version of the module.
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 the taxonomy overview page of a group:
Drupal\Core\Entity\Query\QueryException: 'entity_id_str' not found in Drupal\Core\Entity\Query\Sql\Tables->ensureEntityTable() (line 368 of core/lib/Drupal/Core/Entity/Query/Sql/Tables.php
The error is thrown because the entity_id_str field does not exist in the database. Load the group content by using the entity_id instead.
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.
This is incorporated into the beta 7 version of the module.