Compare commits

...

2 Commits

Author SHA1 Message Date
pablohashescobar
df1768a134 fix: my issue duplication 2023-08-16 14:04:50 +05:30
Plane Team
3209c977e0 Merge pull request #1876 from makeplane/stage/merge-fixes
Promote: Develop to Stage Release
2023-08-16 14:02:29 +05:30

View File

@@ -370,7 +370,7 @@ class UserWorkSpaceIssues(BaseAPIView):
)
)
.filter(**filters)
)
).distinct()
# Priority Ordering
if order_by_param == "priority" or order_by_param == "-priority":