- Issue created by @Drupal Entity
- @drupal-entity opened merge request.
- Issue was unassigned.
- Status changed to Fixed
over 1 year ago 1:35am 19 May 2023 Automatically closed - issue fixed for 2 weeks with no activity.
Service call for the "common" method points to social_flex at line 68 of EntityAccessHelper.php file but it should point to social_group_types.
Accessing a group with an authenticated user (not admin) throws an error when cheking access permissions.
Change code at line 68 from:
$flexible_group_types = \Drupal::service('social_flex.common');
to:
$flexible_group_types = \Drupal::service('social_group_types.common');
Change line 68 to:
$flexible_group_types = \Drupal::service('social_group_types.common');
Fixed
1.0
Code
Automatically closed - issue fixed for 2 weeks with no activity.