Web App Gallery installer: bind db policies when database mode changed
This commit is contained in:
parent
dd13c67eae
commit
9e9f3f7b62
1 changed files with 7 additions and 1 deletions
|
@ -334,7 +334,13 @@ namespace WebsitePanel.Portal
|
|||
|
||||
protected void databaseMode_SelectedIndexChanged(object sender, EventArgs e)
|
||||
{
|
||||
BindParameters();
|
||||
// load parameters
|
||||
List<DeploymentParameter> parameters = GetApplicationParameters();
|
||||
if (parameters == null)
|
||||
return;
|
||||
|
||||
BindDBPolicies(parameters);
|
||||
BindParameters(parameters);
|
||||
}
|
||||
|
||||
private void BindParameters()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue