fix: dashboard collaborators endpoint active member filter (#5062)
This commit is contained in:
parent
387dbd89f5
commit
12c24ad255
1 changed files with 1 additions and 0 deletions
|
|
@ -542,6 +542,7 @@ def dashboard_recent_collaborators(self, request, slug):
|
|||
project__project_projectmember__member=request.user,
|
||||
project__project_projectmember__is_active=True,
|
||||
project__archived_at__isnull=True,
|
||||
is_active=True,
|
||||
)
|
||||
.annotate(
|
||||
num_activities=Coalesce(
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue