You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.
I would expect .group to be of type redminelib.resources.Group rather than a dict.
I'm assuming it's something to do with the way class ProjectMembership doesn't include any reference to groups. Perhaps this is as simple as changing L336 from:
I have been experiencing a strange bug with my code and have tracked it down to inconsistent handling of resources retrieved via
project.memberships
.I would expect
.group
to be of typeredminelib.resources.Group
rather than adict
.I'm assuming it's something to do with the way
class ProjectMembership
doesn't include any reference to groups. Perhaps this is as simple as changing L336 from:to:
The text was updated successfully, but these errors were encountered: