Small correction in UI behaviour for checking IDN domains
This commit is contained in:
parent
cdf5ab0707
commit
5ac2c83006
1 changed files with 2 additions and 0 deletions
|
@ -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)
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue