fix: my issues duplication (#1726)
This commit is contained in:
parent
d733fb92cd
commit
40fd7790eb
1 changed files with 1 additions and 1 deletions
|
|
@ -1336,7 +1336,7 @@ class WorkspaceUserProfileIssuesEndpoint(BaseAPIView):
|
|||
.annotate(count=Func(F("id"), function="Count"))
|
||||
.values("count")
|
||||
)
|
||||
)
|
||||
).distinct()
|
||||
|
||||
# Priority Ordering
|
||||
if order_by_param == "priority" or order_by_param == "-priority":
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue