fix permissions
This commit is contained in:
parent
5b75dc1b0b
commit
51c041806b
1 changed files with 2 additions and 2 deletions
|
@ -501,9 +501,9 @@ namespace WebsitePanel.EnterpriseServer
|
||||||
|
|
||||||
foreach (ExchangeAccount tmpAccount in tmpAccounts.ToArray())
|
foreach (ExchangeAccount tmpAccount in tmpAccounts.ToArray())
|
||||||
{
|
{
|
||||||
if (tmpAccount.AccountType == ExchangeAccountType.SecurityGroup || tmpAccount.AccountType == ExchangeAccountType.SecurityGroup
|
if (tmpAccount.AccountType == ExchangeAccountType.SecurityGroup || tmpAccount.AccountType == ExchangeAccountType.DefaultSecurityGroup
|
||||||
? OrganizationController.GetSecurityGroupGeneralSettings(itemId, tmpAccount.AccountId) == null
|
? OrganizationController.GetSecurityGroupGeneralSettings(itemId, tmpAccount.AccountId) == null
|
||||||
: OrganizationController.GetSecurityGroupGeneralSettings(itemId, tmpAccount.AccountId) == null)
|
: OrganizationController.GetUserGeneralSettings(itemId, tmpAccount.AccountId) == null)
|
||||||
continue;
|
continue;
|
||||||
|
|
||||||
exAccounts.Add(tmpAccount);
|
exAccounts.Add(tmpAccount);
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue