fix referenced quota field for searching/sorting, fixes #1099

Signed-off-by: Michael Kaufmann <d00p@froxlor.org>
This commit is contained in:
Michael Kaufmann
2023-02-12 10:08:41 +01:00
parent 256a52a5da
commit 89843d6f37

View File

@@ -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' => [