Field Logic Error Handling - frontend (#162)
* Field Logic Error Handling - frontend * Fix test case * fix expected_type for multi select * fix variable --------- Co-authored-by: Julien Nahum <julien@nahum.net>
This commit is contained in:
@@ -342,13 +342,13 @@
|
||||
"multi_select": {
|
||||
"comparators": {
|
||||
"contains": {
|
||||
"expected_type": "object",
|
||||
"expected_type": ["object", "string"],
|
||||
"format": {
|
||||
"type": "uuid"
|
||||
}
|
||||
},
|
||||
"does_not_contain": {
|
||||
"expected_type": "object",
|
||||
"expected_type": ["object", "string"],
|
||||
"format": {
|
||||
"type": "uuid"
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user