Fixed:
Decoupling of userprincipalName and PrimaryEmailAddress OrganizationUsers updated with image buttons with the ability to go directly to offering settings When changing primaryemailaddress, sip address changes accordingly Mailboxes list view updated with Login (=userprincipalName) with the ability to go directly to user setting Lync list view updated with Login (=userprincipalName) with the ability to go directly to user setting
This commit is contained in:
parent
bc1168a1a4
commit
6cf946b6b4
30 changed files with 869 additions and 121 deletions
|
@ -2119,6 +2119,11 @@ namespace WebsitePanel.EnterpriseServer
|
|||
ocs.SetUserPrimaryUri(instanceId, emailAddress);
|
||||
}
|
||||
|
||||
if (DataProvider.CheckLyncUserExists(account.AccountId))
|
||||
{
|
||||
LyncController.SetLyncUserGeneralSettings(itemId, accountId, emailAddress, null);
|
||||
}
|
||||
|
||||
// save account
|
||||
UpdateAccount(account);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue