Skip to content

Commit

Permalink
fix referenced quota field for searching/sorting, fixes #1099
Browse files Browse the repository at this point in the history
Signed-off-by: Michael Kaufmann <d00p@froxlor.org>
  • Loading branch information
d00p committed Feb 12, 2023
1 parent 256a52a commit 89843d6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions lib/tablelisting/customer/tablelisting.emails.php
Expand Up @@ -55,7 +55,7 @@
'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'
Expand All @@ -66,7 +66,7 @@
'm.destination',
'm.popaccountid',
'm.iscatchall',
'm.quota'
'u.quota'
]),
'actions' => [
'edit' => [
Expand Down

0 comments on commit 89843d6

Please sign in to comment.