Skip to content

Commit

Permalink
fix: issue comment ordering for public boards (#2108)
Browse files Browse the repository at this point in the history
  • Loading branch information
pablohashescobar committed Sep 7, 2023
1 parent 9c35108 commit 866eead
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apiserver/plane/api/views/issue.py
Original file line number Diff line number Diff line change
Expand Up @@ -1575,7 +1575,7 @@ def get_queryset(self):
)
)
.distinct()
)
).order_by("created_at")
else:
return IssueComment.objects.none()
except ProjectDeployBoard.DoesNotExist:
Expand Down

0 comments on commit 866eead

Please sign in to comment.