Fixed issue with removing folders, users and groups in HeliconApe for a web site;
Added checks values conversion utility routines to avoid perf hits caused by exceptions being thrown;
This commit is contained in:
parent
0e9a2db8a4
commit
4a16ca9524
2 changed files with 422 additions and 419 deletions
|
@ -65,6 +65,8 @@ namespace WebsitePanel.Portal
|
||||||
protected void Page_Load(object sender, EventArgs e)
|
protected void Page_Load(object sender, EventArgs e)
|
||||||
{
|
{
|
||||||
if (IsHeliconApeInstalled)
|
if (IsHeliconApeInstalled)
|
||||||
|
{
|
||||||
|
if (!IsPostBack)
|
||||||
{
|
{
|
||||||
WebSite site = null;
|
WebSite site = null;
|
||||||
try
|
try
|
||||||
|
@ -83,6 +85,7 @@ namespace WebsitePanel.Portal
|
||||||
BindHeliconApe(site);
|
BindHeliconApe(site);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
}
|
||||||
|
|
||||||
public void BindHeliconApe(WebSite site)
|
public void BindHeliconApe(WebSite site)
|
||||||
{
|
{
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue