After installing MediaOps 1.5.1 and DataMiner 10.6.3, the theme of my applications changed automatically to "Skyline Light - Gray". Previously, the applications were using themes like "Resource Scheduling".
The "Resource Scheduling" theme is still available in the Layout → Theme list in the page editor.
However, I noticed something different in the page JSON configuration:
Before the upgrade, the pages contained:
"ThemeKey": "Resource Scheduling"
After reselecting the theme from the editor, the JSON now contains a GUID instead:
"ThemeKey": "50513329-f2ae-8e5b-a34c-dd2689cada24"
Has anyone experienced this behavior after upgrading?
Do I need to reapply the theme on all pages, or is there a way to retrieve the IDs of the themes so they can be set correctly in the JSON?
From DataMiner 10.6.3 the theme logic was updated (RN44336). Noticed that when restarting IIS the issue is resolved as it then detects the theme file again.
DataMiner 10.6.4 will have a fix for this (RN44930).