- 🇺🇸United States Jon Pugh Newburgh, NY
Jon Pugh → made their first commit to this issue’s fork.
- @jon-pugh opened merge request.
- 🇺🇸United States Jon Pugh Newburgh, NY
The problem is that the entity that is referenced is missing.
The new MR is against 3.2.x. It simply returns "" for a label if none is found. This is important because the relation entity still exists, so in order to be clickable, label has to be something.
See https://git.drupalcode.org/project/group/-/merge_requests/107
This is what it looks like:
- 🇵🇭Philippines erom
i'm having the same issue, and adding the ternary operator to check for empty object returned by the getOwner method fixed for me. hope this helps.
- last update
about 1 year ago 5,149 pass - Status changed to RTBC
6 months ago 7:18pm 10 May 2024 - 🇺🇸United States awolfey
#10 fixes my issue. I encountered the error after deleting all group owner and members from the admin/people page. I selected to delete the users' content groups, but that was not the case. Perhaps the order of user deletion had something to do with it.