fixed
This commit is contained in:
parent
cdf761d3ec
commit
cb45022c59
5 changed files with 25 additions and 2 deletions
|
@ -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();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue