mirror of
https://github.com/makeplane/plane
synced 2025-08-07 19:59:33 +00:00
chore: filter the deleted issue assignee
This commit is contained in:
@@ -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