resubmit previous one
This commit is contained in:
parent
02c3967d27
commit
a6c14d8c4b
1 changed files with 3 additions and 2 deletions
|
@ -109,9 +109,10 @@ namespace WebsitePanel.Portal
|
|||
pnlDefaultDocuments.Visible = PackagesHelper.CheckGroupQuotaEnabled(packageId, ResourceGroups.Web, Quotas.WEB_DEFAULTDOCS);
|
||||
|
||||
UserSettings settings = ES.Services.Users.GetUserSettings(PanelSecurity.SelectedUserId, "WebPolicy");
|
||||
chkDedicatedPool.Checked = Utils.ParseBool(settings["EnableDedicatedPool"], false);
|
||||
if (Utils.ParseBool(settings["EnableDedicatedPool"], false) == true)
|
||||
chkDedicatedPool.Checked = true;
|
||||
|
||||
chkDedicatedPool.Enabled = !chkDedicatedPool.Checked;
|
||||
chkDedicatedPool.Enabled = !(Utils.ParseBool(settings["EnableDedicatedPool"], false));
|
||||
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue