fix: issue comment ordering for public boards (#2108)
This commit is contained in:
parent
9c3510851d
commit
866eead35f
1 changed files with 1 additions and 1 deletions
|
|
@ -1575,7 +1575,7 @@ class IssueCommentPublicViewSet(BaseViewSet):
|
|||
)
|
||||
)
|
||||
.distinct()
|
||||
)
|
||||
).order_by("created_at")
|
||||
else:
|
||||
return IssueComment.objects.none()
|
||||
except ProjectDeployBoard.DoesNotExist:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue