This is an automated email from the ASF dual-hosted git repository.

wenhemin pushed a commit to branch json_split
in repository https://gitbox.apache.org/repos/asf/incubator-dolphinscheduler.git


The following commit(s) were added to refs/heads/json_split by this push:
     new 305288c  fix: When modify the node name, circular dependence bug 
(#5220)
305288c is described below

commit 305288caea3c96c40013d59ecd6fc0cac7d4a118
Author: wen-hemin <[email protected]>
AuthorDate: Wed Apr 7 11:14:33 2021 +0800

    fix: When modify the node name, circular dependence bug (#5220)
    
    Co-authored-by: wen-hemin <[email protected]>
---
 .../src/js/conf/home/pages/dag/_source/plugIn/jsPlumbHandle.js         | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git 
a/dolphinscheduler-ui/src/js/conf/home/pages/dag/_source/plugIn/jsPlumbHandle.js
 
b/dolphinscheduler-ui/src/js/conf/home/pages/dag/_source/plugIn/jsPlumbHandle.js
index 226324d..fbc00b0 100755
--- 
a/dolphinscheduler-ui/src/js/conf/home/pages/dag/_source/plugIn/jsPlumbHandle.js
+++ 
b/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

Reply via email to