mirror of
https://github.com/makeplane/plane
synced 2024-06-14 14:31:34 +00:00
fix: priority ordering (#1908)
This commit is contained in:
parent
d825dc5579
commit
2f39181eb7
@ -1083,6 +1083,7 @@ class WorkspaceUserProfileStatsEndpoint(BaseAPIView):
|
||||
.filter(**filters)
|
||||
.values("priority")
|
||||
.annotate(priority_count=Count("priority"))
|
||||
.filter(priority_count__gte=1)
|
||||
.annotate(
|
||||
priority_order=Case(
|
||||
*[
|
||||
|
Loading…
Reference in New Issue
Block a user