mirror of
https://github.com/makeplane/plane.git
synced 2026-05-12 20:08:41 -05:00
[WEB-4602] fix: 500 error on draft wi labels update #7515
This commit is contained in:
@@ -260,7 +260,7 @@ class DraftIssueCreateSerializer(BaseSerializer):
|
||||
DraftIssueLabel.objects.bulk_create(
|
||||
[
|
||||
DraftIssueLabel(
|
||||
label=label,
|
||||
label_id=label,
|
||||
draft_issue=instance,
|
||||
workspace_id=workspace_id,
|
||||
project_id=project_id,
|
||||
|
||||
Reference in New Issue
Block a user