mirror of
https://github.com/makeplane/plane
synced 2024-06-14 14:31:34 +00:00
dev: fix issue comment changes
This commit is contained in:
parent
6949235688
commit
85a9098960
@ -712,7 +712,7 @@ class IssueCommentAPIEndpoint(WebhookMixin, BaseAPIView):
|
||||
if (
|
||||
str(request.data.get("external_id"))
|
||||
and (issue_comment.external_id != str(request.data.get("external_id")))
|
||||
and Issue.objects.filter(
|
||||
and IssueComment.objects.filter(
|
||||
project_id=project_id,
|
||||
workspace__slug=slug,
|
||||
issue_id=issue_id,
|
||||
|
Loading…
Reference in New Issue
Block a user