feat(Data Table Node): Show 'Is False' / 'Is True' condition on boolean columns (no-changelog) (#19478)

This commit is contained in:
Jaakko Husso
2025-09-12 17:54:54 +03:00
committed by GitHub
parent 47f1d14b66
commit 1a5fd5a238
5 changed files with 182 additions and 74 deletions

View File

@@ -83,7 +83,7 @@ export function getSelectFields(
default: '',
displayOptions: {
hide: {
condition: ['isEmpty', 'isNotEmpty'],
condition: ['isEmpty', 'isNotEmpty', 'isTrue', 'isFalse'],
},
},
},