mirror of
https://github.com/makeplane/plane
synced 2025-08-07 19:59:33 +00:00
fix: my issues duplication (#1726)
This commit is contained in:
@@ -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":
|
||||
|
||||
Reference in New Issue
Block a user