mirror of
https://github.com/makeplane/plane.git
synced 2025-12-25 16:19:43 +01:00
chore: filter the deleted issue assignee (#5984)
This commit is contained in:
committed by
GitHub
parent
7082f7014d
commit
0428ea06f6
@@ -233,6 +233,7 @@ def filter_assignees(params, issue_filter, method, prefix=""):
|
||||
and params.get("assignees") != "null"
|
||||
):
|
||||
issue_filter[f"{prefix}assignees__in"] = params.get("assignees")
|
||||
issue_filter[f"{prefix}issue_assignee__deleted_at__isnull"] = True
|
||||
return issue_filter
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user