openui5 icon indicating copy to clipboard operation
openui5 copied to clipboard

getThemeList call failure while adding horizon themes in application.

Open Nitisha1801 opened this issue 3 years ago • 1 comments

OpenUI5 version: 1.102.0

Trying fiori next migration and getting the below issues. I have added the new themes in the existing working launchpad. Code snippets are mentioned below.(Entire file is attached as an attachment.) CommonDataModel.json.zip

Existing themes in launchpad : "sap.cloud.portal": { "config": { "ui5VersionNumber": "1.100.0", "theme.id": "sap_fiori_3", "theme.active": ["sap_fiori_3", "sap_belize_hcb", "sap_belize_hcw"], "InAppHelp": { "config": { "enabled": true, "productName": "OPP", "productVersion": "Cloud" } } } }


New themes in launchpad for Fiori Next Migration: "sap.cloud.portal": { "config": { "ui5VersionNumber": "1.100.0", "theme.id": "sap_horizon_hcb", "theme.active": ["sap_fiori_3", "sap_belize_hcb", "sap_belize_hcw", "sap_horizon_hcb", "sap_horizon_hcw", "sap_horizon_dark","sap_horizon_light"], "InAppHelp": { "config": { "enabled": true, "productName": "OPP", "productVersion": "Cloud" } } } }

After adding the new horizon themes, getThemeList call fails because of which the new themes are not listed in the appearance tab under settings. Below are two screenshots attached.

1AA575EC-C2BC-45F6-9E2F-40E68536BB32

BC4AAB03-7A0F-4B68-9CCC-B30C4A4DE859

Nitisha1801 avatar Jun 29 '22 06:06 Nitisha1801

Hello @Nitisha1801 , Thank you for sharing this finding. I've created an internal incident 2280137148. The status of the issue will be updated here in GitHub. Regards, Todor

Todor-ads avatar Jul 18 '22 11:07 Todor-ads

Hi @Nitisha1801, the sap.ushell library is part of SAPUI5 not of OPENUI5. GitHub is a place for managing issues for OPENUI5 only. Please, open a ticket in SAP ticket system for managing incidents.

flovogt avatar Aug 25 '22 05:08 flovogt