@schettino72 It looks like the secondary support I just added is not working as expected, so I've been debugging it.
Now that I am really digging into the code and looking at the tests - there is something that doesn't quite make sense to me here.
I would have expected Group.members to be a list of GroupMember references instead of Profile references. Can you explain the current implementation?
@schettino72 It looks like the
secondarysupport I just added is not working as expected, so I've been debugging it.Now that I am really digging into the code and looking at the tests - there is something that doesn't quite make sense to me here.
I would have expected
Group.membersto be a list ofGroupMemberreferences instead ofProfilereferences. Can you explain the current implementation?