Fixed: Lync unable to delete federation domain
Adjusted: certain input items forced to lower case
This commit is contained in:
parent
16c40cf9ac
commit
317653269f
5 changed files with 21 additions and 7 deletions
|
@ -67,7 +67,7 @@ namespace WebsitePanel.Portal
|
|||
{
|
||||
try
|
||||
{
|
||||
int result = ES.Services.WebServers.AddWebSitePointer(PanelRequest.ItemID, txtHostName.Text, domainsSelectDomainControl.DomainId);
|
||||
int result = ES.Services.WebServers.AddWebSitePointer(PanelRequest.ItemID, txtHostName.Text.ToLower(), domainsSelectDomainControl.DomainId);
|
||||
if (result < 0)
|
||||
{
|
||||
ShowResultMessage(result);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue