This is an automated email from the ASF dual-hosted git repository.
wanggenhua 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 9a6f83383b [Improvement][task node] #13498 (#13508)
9a6f83383b is described below
commit 9a6f83383be4858c710679cd2e44718408e7eacd
Author: 朱通通 <[email protected]>
AuthorDate: Tue Feb 7 11:19:02 2023 +0800
[Improvement][task node] #13498 (#13508)
[Improvement][task node] task node includes
shell、proceduce、sql、spark、datax、sqoop、flink_stream and so on,those can not
select resource file by seraching resources tree #13498
---
.../src/views/projects/task/components/node/fields/use-resources.ts | 2 ++
1 file changed, 2 insertions(+)
diff --git
a/dolphinscheduler-ui/src/views/projects/task/components/node/fields/use-resources.ts
b/dolphinscheduler-ui/src/views/projects/task/components/node/fields/use-resources.ts
index 8b0f741963..32c804a35b 100644
---
a/dolphinscheduler-ui/src/views/projects/task/components/node/fields/use-resources.ts
+++
b/dolphinscheduler-ui/src/views/projects/task/components/node/fields/use-resources.ts
@@ -63,6 +63,8 @@ export function useResources(
checkable: true,
cascade: true,
showPath: true,
+ filterable: true,
+ clearFilterAfterSelect: false,
checkStrategy: 'child',
placeholder: t('project.node.resources_tips'),
keyField: 'fullName',