This is an automated email from the ASF dual-hosted git repository.
songjian pushed a commit to branch dev
in repository https://gitbox.apache.org/repos/asf/dolphinscheduler.git
The following commit(s) were added to refs/heads/dev by this push:
new 991b3e0 Fix field errors in SubProcess (#8461)
991b3e0 is described below
commit 991b3e0e5b838ebe9dd586f24ea14fa532c5bed5
Author: labbomb <[email protected]>
AuthorDate: Mon Feb 21 11:55:48 2022 +0800
Fix field errors in SubProcess (#8461)
---
.../src/views/projects/task/components/node/fields/use-child-node.ts | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git
a/dolphinscheduler-ui-next/src/views/projects/task/components/node/fields/use-child-node.ts
b/dolphinscheduler-ui-next/src/views/projects/task/components/node/fields/use-child-node.ts
index e580b47..52ed4a4 100644
---
a/dolphinscheduler-ui-next/src/views/projects/task/components/node/fields/use-child-node.ts
+++
b/dolphinscheduler-ui-next/src/views/projects/task/components/node/fields/use-child-node.ts
@@ -129,7 +129,7 @@ export function useChildNode({
return {
type: 'select',
- field: 'processName',
+ field: 'processDefinitionCode',
span: 24,
name: t('project.node.child_node'),
props: {