From e19eb3f074a5406b41f7667906e6ddf6a985801e Mon Sep 17 00:00:00 2001 From: pablohashescobar Date: Mon, 5 Feb 2024 16:00:13 +0530 Subject: [PATCH] dev: update the issue attachment default type --- apiserver/plane/app/views/issue.py | 1 - 1 file changed, 1 deletion(-) diff --git a/apiserver/plane/app/views/issue.py b/apiserver/plane/app/views/issue.py index 8f8ead4c3..e0361d405 100644 --- a/apiserver/plane/app/views/issue.py +++ b/apiserver/plane/app/views/issue.py @@ -1028,7 +1028,6 @@ class IssueAttachmentEndpoint(BaseAPIView): serializer.save( workspace=workspace, project_id=project_id, - entity_type="issue_attachment", entity_identifier=issue_id, ) issue_activity.delay(