Skip to content

Commit ade2e15

Browse files
Merge pull request #699 from Sitecore/feature/698-The_value_of_Project_name_is_ignored_when_Include_topology_and_tag_to_the_project_name_is_unchecked
#698 Update hosts when unchecking the Include topology and tag to the project name checkbox
2 parents 49315ae + 7687a40 commit ade2e15

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/SIM.Tool.Windows/UserControls/Install/Containers/SelectTag.xaml.cs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -178,6 +178,7 @@ private void ProjectName_Checked(object sender, RoutedEventArgs e)
178178
private void ProjectName_OnUnchecked(object sender, RoutedEventArgs e)
179179
{
180180
this.envModel.ProjectName = this.defaultProjectName;
181+
this.UpdateHosts();
181182
}
182183

183184
private void UpdateProjectName()

0 commit comments

Comments
 (0)