浏览代码

fix model workflow_draft_variables duplicate app_id set. (#19949)

Signed-off-by: zhanluxianshen <zhanluxianshen@163.com>
tags/1.4.1
湛露先生 5 个月前
父节点
当前提交
911f9eadd0
没有帐户链接到提交者的电子邮件
共有 1 个文件被更改,包括 0 次插入1 次删除
  1. 0
    1
      api/models/workflow.py

+ 0
- 1
api/models/workflow.py 查看文件

@@ -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

正在加载...
取消
保存