Small correction in UI behaviour for checking IDN domains

This commit is contained in:
Olov Karlsson 2014-12-27 18:48:06 +01:00
parent cdf5ab0707
commit 5ac2c83006

View file

@ -157,6 +157,8 @@ namespace WebsitePanel.Portal
// allow sub-domains // allow sub-domains
AllowSubDomainsPanel.Visible = (type == DomainType.Domain) && PanelSecurity.EffectiveUser.Role != UserRole.User; AllowSubDomainsPanel.Visible = (type == DomainType.Domain) && PanelSecurity.EffectiveUser.Role != UserRole.User;
CheckForCorrectIdnDomainUsage(DomainName.Text);
} }
private DomainType GetDomainType(string typeName) private DomainType GetDomainType(string typeName)