Parcourir la source
fix model workflow_draft_variables duplicate app_id set. (#19949)
Signed-off-by: zhanluxianshen <zhanluxianshen@163.com>
tags/1.4.1
湛露先生
il y a 5 mois
Parent
révision
911f9eadd0
Aucun compte lié à l'adresse e-mail de l'auteur
|
|
|
@@ -947,7 +947,6 @@ class WorkflowDraftVariable(Base): |
|
|
|
variable.app_id = app_id |
|
|
|
variable.node_id = node_id |
|
|
|
variable.name = name |
|
|
|
variable.app_id = app_id |
|
|
|
variable.set_value(value) |
|
|
|
variable._set_selector(list(variable_utils.to_selector(node_id, name))) |
|
|
|
return variable |