Skip to content

Commit 060dbda

Browse files
authored
Merge pull request #370 from Icinga:fix/installation_summary_header
Fix: IMC summary header has misleading title Fixes misleading title for IMC summary header, which implies the installation instantly starts on continue, instead of notifying properly about the installation being started on the next step including the export of the answer file and install command.
2 parents e37f552 + 40cced7 commit 060dbda

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

doc/100-General/10-Changelog.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,7 @@ Released closed milestones can be found on [GitHub](https://github.com/Icinga/ic
2525
### Enhancements
2626

2727
* [#364](https://github.com/Icinga/icinga-powershell-framework/pull/364) Fixes a long lookup for the user table on environments with a large Active Directory
28+
* [#370](https://github.com/Icinga/icinga-powershell-framework/issues/370) Fixes misleading IMC summary header, implying installation will start immediately on continue
2829

2930
## 1.6.0 (2021-09-07)
3031

lib/core/installer/menu/installation/general/ConfigurationSummary.psm1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -107,7 +107,7 @@ function Show-IcingaForWindowsInstallerConfigurationSummary()
107107
$global:Icinga.InstallWizard.DisplayAdvanced = $TRUE;
108108

109109
Show-IcingaForWindowsInstallerMenu `
110-
-Header 'Please validate your configuration. Installation starts on continue:' `
110+
-Header 'Please validate your configuration. Installation or answer file/command export are available on next step:' `
111111
-Entries $Entries `
112112
-DefaultIndex 'c' `
113113
-ContinueFunction 'Show-IcingaForWindowsInstallerMenuFinishInstaller' `

0 commit comments

Comments
 (0)