This commit is contained in:
vfedosevich 2013-10-25 11:15:33 +03:00
parent cdf761d3ec
commit cb45022c59
5 changed files with 25 additions and 2 deletions

View file

@ -2581,7 +2581,10 @@ namespace WebsitePanel.EnterpriseServer
OrganizationSecurityGroup tmpSecurityGroup = GetSecurityGroupGeneralSettings(itemId, account.AccountId);
if (tmpSecurityGroup != null)
{
account.Notes = tmpSecurityGroup.Notes;
accounts.Add(account);
}
}
result.PageItems = accounts.ToArray();