fix referenced quota field for searching/sorting, fixes #1099
Signed-off-by: Michael Kaufmann <d00p@froxlor.org>
This commit is contained in:
@@ -55,7 +55,7 @@ return [
|
|||||||
'callback' => [Text::class, 'boolean'],
|
'callback' => [Text::class, 'boolean'],
|
||||||
'visible' => Settings::Get('catchall.catchall_enabled') == '1'
|
'visible' => Settings::Get('catchall.catchall_enabled') == '1'
|
||||||
],
|
],
|
||||||
'm.quota' => [
|
'u.quota' => [
|
||||||
'label' => lng('emails.quota'),
|
'label' => lng('emails.quota'),
|
||||||
'field' => 'quota',
|
'field' => 'quota',
|
||||||
'visible' => Settings::Get('system.mail_quota_enabled') == '1'
|
'visible' => Settings::Get('system.mail_quota_enabled') == '1'
|
||||||
@@ -66,7 +66,7 @@ return [
|
|||||||
'm.destination',
|
'm.destination',
|
||||||
'm.popaccountid',
|
'm.popaccountid',
|
||||||
'm.iscatchall',
|
'm.iscatchall',
|
||||||
'm.quota'
|
'u.quota'
|
||||||
]),
|
]),
|
||||||
'actions' => [
|
'actions' => [
|
||||||
'edit' => [
|
'edit' => [
|
||||||
|
|||||||
Reference in New Issue
Block a user