chore: filter the deleted issue assignee (#5984)
This commit is contained in:
parent
7082f7014d
commit
0428ea06f6
1 changed files with 1 additions and 0 deletions
|
|
@ -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
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue