loading time fix
This commit is contained in:
parent
cbff6f5964
commit
9c9fad9ba7
12 changed files with 257 additions and 14 deletions
|
@ -338,7 +338,7 @@ namespace WebsitePanel.WebDavPortal.Controllers
|
|||
|
||||
private UserProfile GetUserProfileModel(int itemId, int accountId)
|
||||
{
|
||||
var user = WspContext.Services.Organizations.GetUserGeneralSettings(itemId, accountId);
|
||||
var user = WspContext.Services.Organizations.GetUserGeneralSettingsWithExtraData(itemId, accountId);
|
||||
|
||||
return Mapper.Map<OrganizationUser, UserProfile>(user);
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue