Exchange mailbox page fix
This commit is contained in:
parent
5dd6af673a
commit
1712570dd1
1 changed files with 1 additions and 1 deletions
|
@ -78,7 +78,6 @@ namespace WebsitePanel.Portal.ExchangeServer
|
|||
chkDisable.Visible = false;
|
||||
}
|
||||
|
||||
secLitigationHoldSettings.Visible = (Utils.CheckQouta(Quotas.EXCHANGE2007_ALLOWLITIGATIONHOLD, Cntx));
|
||||
}
|
||||
|
||||
secRetentionPolicy.Visible = Utils.CheckQouta(Quotas.EXCHANGE2013_ALLOWRETENTIONPOLICY, Cntx);
|
||||
|
@ -89,6 +88,7 @@ namespace WebsitePanel.Portal.ExchangeServer
|
|||
ExchangeMailboxPlan plan = ES.Services.ExchangeServer.GetExchangeMailboxPlan(PanelRequest.ItemID, planId);
|
||||
|
||||
secArchiving.Visible = plan.EnableArchiving;
|
||||
secLitigationHoldSettings.Visible = plan.AllowLitigationHold && Utils.CheckQouta(Quotas.EXCHANGE2007_ALLOWLITIGATIONHOLD, Cntx);
|
||||
}
|
||||
|
||||
private void BindSettings()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue