Browse Source

fix: When modify the node name, circular dependence bug (#5220)

Co-authored-by: wen-hemin <wenhemin@apache.com>
pull/3/MERGE
wen-hemin 4 years ago committed by GitHub
parent
commit
305288caea
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 3
      dolphinscheduler-ui/src/js/conf/home/pages/dag/_source/plugIn/jsPlumbHandle.js

3
dolphinscheduler-ui/src/js/conf/home/pages/dag/_source/plugIn/jsPlumbHandle.js

@ -616,7 +616,8 @@ JSP.prototype.saveStore = function () {
}
let tasksParam = _.assign(v, {
preTasks: preTasks
preTasks: preTasks,
depList: null
})
// Sub-workflow has no retries and interval

Loading…
Cancel
Save