From 06db1b4eaf57d1861d7c054ed4e7346ca502bc45 Mon Sep 17 00:00:00 2001 From: Knicholas Kennedy Date: Sat, 2 May 2026 19:11:37 -0400 Subject: [PATCH] Simply added 9.1.x to cognos install manageSettingsCP4D Signed-off-by: Knicholas Kennedy --- python/src/mas/cli/install/settings/manageSettings.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python/src/mas/cli/install/settings/manageSettings.py b/python/src/mas/cli/install/settings/manageSettings.py index 7f006559cf6..944d5dcd7aa 100644 --- a/python/src/mas/cli/install/settings/manageSettings.py +++ b/python/src/mas/cli/install/settings/manageSettings.py @@ -293,7 +293,7 @@ def manageSettingsLanguages(self) -> None: self.setParam("mas_app_settings_secondary_langs", secondaryLanguages.upper()) def manageSettingsCP4D(self) -> None: - if self.getParam("mas_app_channel_manage") in ["8.7.x", "9.0.x"] and self.showAdvancedOptions: + if self.getParam("mas_app_channel_manage") in ["8.7.x", "9.0.x", "9.1.x"] and self.showAdvancedOptions: self.printDescription([ f"Integration with Cognos Analytics provides additional support for reporting features in Maximo {self.manageAppName}, for more information refer to the documentation online: ", " - https://ibm.biz/BdMuxs"