[WEB-4628] chore: return 200 response for work item comment #7532
This commit is contained in:
parent
8cc513ba5e
commit
7cec92113f
1 changed files with 1 additions and 1 deletions
|
|
@ -1465,7 +1465,7 @@ class IssueCommentListCreateAPIEndpoint(BaseAPIView):
|
|||
# Send the model activity
|
||||
model_activity.delay(
|
||||
model_name="issue_comment",
|
||||
model_id=str(serializer.data["id"]),
|
||||
model_id=str(serializer.instance.id),
|
||||
requested_data=request.data,
|
||||
current_instance=None,
|
||||
actor_id=request.user.id,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue