fix: SQL error when rules with missing attributes is triggered (#8673)

This commit is contained in:
Shivam Mishra
2024-01-22 16:09:34 +05:30
committed by GitHub
parent bc04d81a5a
commit 1dc66db516
5 changed files with 181 additions and 4 deletions

View File

@@ -118,7 +118,7 @@
"attribute_name": "Phone Number",
"input_type": "text",
"data_type": "text",
"filter_operators": [ "equal_to", "not_equal_to", "contains", "does_not_contain" ],
"filter_operators": [ "equal_to", "not_equal_to", "contains", "does_not_contain", "starts_with"],
"attribute_type": "standard"
},
"email": {