瀏覽代碼

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

Loading…
取消
儲存