Make filter condition human readable since they're just strings
This commit is contained in:
parent
fdca9240e9
commit
4fed6c05d3
|
@ -24,8 +24,8 @@ module.exports.getLogic = function(logicName) {
|
||||||
}
|
}
|
||||||
|
|
||||||
module.exports.LogicConditions = [
|
module.exports.LogicConditions = [
|
||||||
"equals",
|
"Equals",
|
||||||
"notEquals",
|
"Not equals",
|
||||||
"greaterThan",
|
"Greater than",
|
||||||
"lessThan",
|
"Less than",
|
||||||
]
|
]
|
||||||
|
|
Loading…
Reference in New Issue