|
|
|
@ -133,18 +133,6 @@ export const comparisonOpList = (
|
|
|
|
|
UITypes.Lookup, |
|
|
|
|
], |
|
|
|
|
}, |
|
|
|
|
{ |
|
|
|
|
text: 'is blank', |
|
|
|
|
value: 'blank', |
|
|
|
|
ignoreVal: true, |
|
|
|
|
excludedTypes: [UITypes.Checkbox], |
|
|
|
|
}, |
|
|
|
|
{ |
|
|
|
|
text: 'is not blank', |
|
|
|
|
value: 'notblank', |
|
|
|
|
ignoreVal: true, |
|
|
|
|
excludedTypes: [UITypes.Checkbox], |
|
|
|
|
}, |
|
|
|
|
{ |
|
|
|
|
text: 'contains all of', |
|
|
|
|
value: 'allof', |
|
|
|
@ -185,4 +173,16 @@ export const comparisonOpList = (
|
|
|
|
|
value: 'lte', |
|
|
|
|
includedTypes: [...numericUITypes], |
|
|
|
|
}, |
|
|
|
|
{ |
|
|
|
|
text: 'is blank', |
|
|
|
|
value: 'blank', |
|
|
|
|
ignoreVal: true, |
|
|
|
|
excludedTypes: [UITypes.Checkbox], |
|
|
|
|
}, |
|
|
|
|
{ |
|
|
|
|
text: 'is not blank', |
|
|
|
|
value: 'notblank', |
|
|
|
|
ignoreVal: true, |
|
|
|
|
excludedTypes: [UITypes.Checkbox], |
|
|
|
|
}, |
|
|
|
|
] |
|
|
|
|