Skip to content

Commit

Permalink
[Fix-14790][dolphinscheduler-ui] Fix the data quality task, keyword f…
Browse files Browse the repository at this point in the history
…iltering not supported (apache#14792)

* fix: filter

* fix: data-quality task filter rule

---------

Co-authored-by: Jim Chen <[email protected]>
Co-authored-by: Rick Cheng <[email protected]>
Co-authored-by: xiangzihao <[email protected]>
  • Loading branch information
4 people authored Sep 12, 2023
1 parent 613bcc3 commit 034e99f
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -88,6 +88,7 @@ export function useRules(
props: responseItem.props,
value: responseItem.value
}
item.props.filterable = true
const name = responseItem.name?.replace('$t(', '').replace(')', '')
item.name = name ? t(`project.node.${name}`) : ''

Expand Down Expand Up @@ -285,6 +286,7 @@ export function useRules(
name: t('project.node.rule_name'),
props: {
loading: ruleLoading,
filterable: true,
onUpdateValue: getRuleById
},
options: rules
Expand Down

0 comments on commit 034e99f

Please sign in to comment.