Skip to content

Commit

Permalink
forgot to adjust another d.domain field in email-overview
Browse files Browse the repository at this point in the history
Signed-off-by: Michael Kaufmann <[email protected]>
  • Loading branch information
d00p committed Oct 9, 2024
1 parent 11a5c38 commit 0522336
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/tablelisting/customer/tablelisting.emails_overview.php
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
'title' => lng('menue.email.emailsoverview'),
'icon' => 'fa-solid fa-envelope',
'self_overview' => ['section' => 'email', 'page' => 'overview'],
'default_sorting' => ['d.domain' => 'asc'],
'default_sorting' => ['d.domain_ace' => 'asc'],
'columns' => [
'd.domain_ace' => [
'label' => 'Domain',
Expand Down

0 comments on commit 0522336

Please sign in to comment.