Browse Source

fix model workflow_draft_variables duplicate app_id set. (#19949)

Signed-off-by: zhanluxianshen <zhanluxianshen@163.com>
tags/1.4.1
湛露先生 5 months ago
parent
commit
911f9eadd0
No account linked to committer's email address
1 changed files with 0 additions and 1 deletions
  1. 0
    1
      api/models/workflow.py

+ 0
- 1
api/models/workflow.py View File

variable.app_id = app_id variable.app_id = app_id
variable.node_id = node_id variable.node_id = node_id
variable.name = name variable.name = name
variable.app_id = app_id
variable.set_value(value) variable.set_value(value)
variable._set_selector(list(variable_utils.to_selector(node_id, name))) variable._set_selector(list(variable_utils.to_selector(node_id, name)))
return variable return variable

Loading…
Cancel
Save