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:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user