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 = [
|
||||
"equals",
|
||||
"notEquals",
|
||||
"greaterThan",
|
||||
"lessThan",
|
||||
"Equals",
|
||||
"Not equals",
|
||||
"Greater than",
|
||||
"Less than",
|
||||
]
|
||||
|
|
Loading…
Reference in New Issue