Browse Source

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

2.0.6-release
Amy0104 2 years ago committed by GitHub
parent
commit
cfa68a73a8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 5
      dolphinscheduler-ui/src/js/conf/home/pages/dag/_source/formModel/tasks/_source/commcon.js

5
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
}
]

Loading…
Cancel
Save