Add a filter for lists dynamic segment

[MAILPOET-3502]
This commit is contained in:
Pavel Dohnal
2021-11-24 10:11:06 +01:00
committed by Veljko V
parent bfc659a9c0
commit 5fc8d51720
5 changed files with 210 additions and 4 deletions

View File

@@ -17,6 +17,10 @@ class DynamicSegmentFilterData {
public const CONNECT_TYPE_AND = 'and';
public const CONNECT_TYPE_OR = 'or';
const OPERATOR_ANY = 'any';
const OPERATOR_ALL = 'all';
const OPERATOR_NONE = 'none';
/**
* @ORM\Column(type="serialized_array")
* @var array|null