Skip to content

Commit

Permalink
fix(dataset): Adds a little clarity to the form
Browse files Browse the repository at this point in the history
  • Loading branch information
benguaraldi committed Jul 27, 2024
1 parent ba88b2e commit 960e86e
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions src/config/field-rules.js
Original file line number Diff line number Diff line change
Expand Up @@ -955,6 +955,20 @@ export default new Map([
elseValue: false,
}]
},
{
field: 'workflow',
when: {
field: 'workflow',
operator: 'HAS_VALUE',
},
operations: [{
field: 'workflow',
type: 'SET_PROP',
propName: 'labelText',
thenValue: 'Data approval workflow (to change Category combination, set this to <No value>)',
elseValue: 'Data approval workflow',
}]
},
{
field: 'workflow',
when: [{
Expand Down

0 comments on commit 960e86e

Please sign in to comment.