From 305288caea3c96c40013d59ecd6fc0cac7d4a118 Mon Sep 17 00:00:00 2001 From: wen-hemin <39549317+wen-hemin@users.noreply.github.com> Date: Wed, 7 Apr 2021 11:14:33 +0800 Subject: [PATCH] fix: When modify the node name, circular dependence bug (#5220) Co-authored-by: wen-hemin --- .../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 226324d256..fbc00b0746 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