This commit is contained in:
Virtuworks 2014-06-17 17:32:29 -04:00
commit f00f4c62a3
6 changed files with 175 additions and 33 deletions

View file

@ -143,8 +143,6 @@ namespace WebsitePanel.Portal.ExchangeServer.UserControls
ExchangeAccount[] accounts = ES.Services.EnterpriseStorage.SearchESAccounts(PanelRequest.ItemID,
ddlSearchColumn.SelectedValue, txtSearchValue.Text + "%", "");
//List<ExchangeAccount> newAccounts = new List<ExchangeAccount>();
accounts = accounts.Where(x => !GetPemissions().Select(p => p.Account).Contains(x.AccountName)).ToArray();
Array.Sort(accounts, CompareAccount);
if (Direction == SortDirection.Ascending)