mirror of
https://github.com/opensolutions/ViMbAdmin.git
synced 2026-04-26 00:36:00 +03:00
[GH-ISSUE #248] Hide Domain column from mailbox listing #199
Labels
No labels
bug
feature
feature
improvement
improvement
pull-request
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/ViMbAdmin-opensolutions#199
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @maysara on GitHub (Aug 1, 2018).
Original GitHub issue: https://github.com/opensolutions/ViMbAdmin/issues/248
As that is quite redundant column especially when there is one domain only, and as the domain name is shown at the top when browsing mailboxes per domain and the domain also shows in the username (in my configuration at least); I would suggest the following patch to optionally hide that column to file application/views/mailbox/list.phtml using configuration variable defaults.list_domain.disabled :
and the following lines to application.conf
@maysara commented on GitHub (Aug 16, 2018):
In addition to the above, I've also added:
Alternatively, I could utilize {if isset( $domain ) && $domain} and make this change apply always when the listing is not for a specific domain!
If those changes are welcomed, I can create a pull request.
@barryo commented on GitHub (May 16, 2020):
Implemented in
b121616ebfexcept default reversed to keep current behavior.