未验证 提交 15b2b1c0 编写于 作者: W wen-hemin 提交者: GitHub

[FixBug][Jsonsplit] When to save process definition, upload task code field #4417 (#5178)

* fix: task page, rename "description" to "desc"

* fix: The default value of field dependence is null.

* fix: frontend compile check

* fix: When create process, the version button is set to unavailable

* fix: sql condition bug

* fix: When to save process definition, upload task code field
Co-authored-by: Nwen-hemin <wenhemin@apache.com>
上级 c8ac6f99
......@@ -693,6 +693,7 @@
}
// Non-null objects represent backfill
if (!_.isEmpty(o)) {
this.code = o.code
this.name = o.name
this.taskInstancePriority = o.taskInstancePriority
this.runFlag = o.runFlag || 'NORMAL'
......@@ -766,6 +767,7 @@
return {
type: this.nodeData.taskType,
id: this.nodeData.id,
code: this.code,
name: this.name,
desc: this.desc,
runFlag: this.runFlag,
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册