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'],
|
||||
'visible' => Settings::Get('catchall.catchall_enabled') == '1'
|
||||
],
|
||||
'm.quota' => [
|
||||
'u.quota' => [
|
||||
'label' => lng('emails.quota'),
|
||||
'field' => 'quota',
|
||||
'visible' => Settings::Get('system.mail_quota_enabled') == '1'
|
||||
@@ -66,7 +66,7 @@ return [
|
||||
'm.destination',
|
||||
'm.popaccountid',
|
||||
'm.iscatchall',
|
||||
'm.quota'
|
||||
'u.quota'
|
||||
]),
|
||||
'actions' => [
|
||||
'edit' => [
|
||||
|
||||
Reference in New Issue
Block a user