fix: add priority in filter keys [CW-3177] (#9179)

* fix: ConditionValidationService fails on conversation priority

* fix: custom attribute clash in spec
This commit is contained in:
Shivam Mishra
2024-04-05 10:03:48 +05:30
committed by GitHub
parent 95c83725d7
commit 2397f817fb
2 changed files with 9 additions and 3 deletions

View File

@@ -44,6 +44,12 @@ conversations:
- "not_equal_to"
- "is_present"
- "is_not_present"
priority:
attribute_type: "standard"
data_type: "text"
filter_operators:
- "equal_to"
- "not_equal_to"
display_id:
attribute_type: "standard"
data_type: "Number"