- Issue created by @ipumpkin
- Status changed to Needs review
6 months ago 8:50am 20 May 2024
Return empty array when user has no role in group
WebformGroupManager.php line 278
$group_roles = $group_role_storage->loadByUserAndGroup($account, $group, TRUE);
if (!$group_roles) {
return [];
}
Needs review
3.0
Code