pimcore-members icon indicating copy to clipboard operation
pimcore-members copied to clipboard

There's a bug in src/Adapter/User/UserTrait.php line 56 where it just breaks when you have an empty roles.

Open willfroq opened this issue 1 year ago • 2 comments

Q A
Bug report? yes
Feature request? no
BC Break report? yes
RFC? yes/no

willfroq avatar Mar 10 '24 08:03 willfroq

The fix would be just: foreach ($this->getGroups() ?? [] as $group) { Screenshot 2024-03-10 at 09 31 18

willfroq avatar Mar 10 '24 08:03 willfroq

@willfroq I created a PR: https://github.com/dachcom-digital/pimcore-members/pull/200

blankse avatar May 30 '24 17:05 blankse

resolved by #200

scrummer avatar Aug 30 '24 14:08 scrummer