mirror of
https://github.com/espocrm/espocrm.git
synced 2026-06-29 15:36:07 +00:00
select item converter any, none filters
This commit is contained in:
@@ -637,6 +637,20 @@ class ItemGeneralConverter implements ItemConverter
|
||||
];
|
||||
}
|
||||
|
||||
protected function processAny(QueryBuilder $queryBuilder, string $attribute, $value): array
|
||||
{
|
||||
return [
|
||||
'true:' => null,
|
||||
];
|
||||
}
|
||||
|
||||
protected function processNone(QueryBuilder $queryBuilder, string $attribute, $value): array
|
||||
{
|
||||
return [
|
||||
'false:' => null,
|
||||
];
|
||||
}
|
||||
|
||||
protected function processIsNull(QueryBuilder $queryBuilder, string $attribute, $value): array
|
||||
{
|
||||
return [
|
||||
|
||||
Reference in New Issue
Block a user