[WEB-4602] fix: 500 error on draft wi labels update #7515
This commit is contained in:
parent
57935a94cc
commit
27fa439c8d
1 changed files with 1 additions and 1 deletions
|
|
@ -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,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue