You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@dolphinscheduler.apache.org by so...@apache.org on 2022/04/12 09:36:51 UTC

[dolphinscheduler] branch 2.0.6-prepare updated: [Cherry-Pick][Fix][UI][2.0.5] Add LIST type to the custom parameter types of task node. (#9455) (#9459)

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

songjian pushed a commit to branch 2.0.6-prepare
in repository https://gitbox.apache.org/repos/asf/dolphinscheduler.git


The following commit(s) were added to refs/heads/2.0.6-prepare by this push:
     new cfa68a73a8 [Cherry-Pick][Fix][UI][2.0.5] Add LIST type to the custom parameter types of task node. (#9455) (#9459)
cfa68a73a8 is described below

commit cfa68a73a828c04010927d786f44c12236803e94
Author: Amy0104 <97...@users.noreply.github.com>
AuthorDate: Tue Apr 12 17:36:43 2022 +0800

    [Cherry-Pick][Fix][UI][2.0.5] Add LIST type to the custom parameter types of task node. (#9455) (#9459)
---
 .../conf/home/pages/dag/_source/formModel/tasks/_source/commcon.js   | 5 +++++
 1 file changed, 5 insertions(+)

diff --git a/dolphinscheduler-ui/src/js/conf/home/pages/dag/_source/formModel/tasks/_source/commcon.js b/dolphinscheduler-ui/src/js/conf/home/pages/dag/_source/formModel/tasks/_source/commcon.js
index 64c5fcdc6c..ea9fea63eb 100755
--- a/dolphinscheduler-ui/src/js/conf/home/pages/dag/_source/formModel/tasks/_source/commcon.js
+++ b/dolphinscheduler-ui/src/js/conf/home/pages/dag/_source/formModel/tasks/_source/commcon.js
@@ -209,6 +209,11 @@ const typeList = [
     id: 9,
     code: 'BOOLEAN',
     disabled: false
+  },
+  {
+    id: 10,
+    code: 'LIST',
+    disabled: false
   }
 ]