mirror of
https://github.com/makeplane/plane.git
synced 2026-07-14 06:25:58 +02:00
chore: handled repeated issues in workspace issues query (#1926)
This commit is contained in:
@@ -119,6 +119,7 @@ class WorkspaceIssuesQuery:
|
||||
.prefetch_related("assignees", "labels")
|
||||
.order_by(orderBy, "-created_at")
|
||||
.filter(**filters)
|
||||
.distinct()
|
||||
)
|
||||
|
||||
return paginate(results_object=issues, cursor=cursor)
|
||||
|
||||
Reference in New Issue
Block a user