Details
-
Type:
Bug
-
Status:
Closed
-
Priority:
Minor
-
Resolution: Fixed
-
Affects Version/s: 6.1.1 CE GA2, 6.1.20 EE GA2
-
Fix Version/s: 6.1.X EE, 6.2.0 CE M5
-
Component/s: UI
-
Branch Version/s:6.1.x
-
Backported to Branch:Committed
-
Story Points:2
-
Fix Priority:4
-
Where was the bug?:JSP
-
Similar Issues:
Description
Steps to reproduce:
- Change the theme of the guest site to the classic theme with orange color scheme
- Add a second theme with 2 color schemes
- Select the second theme and click save
- Check the database and note that the LayoutSet now has the new theme in the themeId, but the colorSchemeId is still set to 03, instead of the expected 01 (or 02 if that was the default-cs)

PASSED Manual Testing following the steps in the description.
Reproduced on:
Tomcat 7.0 + MySQL 5. Portal 6.2.x GIT ID: 2c7dd6ffdb21a37528caea69000515eef5df8cd9.
When check the database and note that the LayoutSet now has the new theme in the themeId, but the colorSchemeId is still set to 03.
Fixed on:
Tomcat 7.0 + MySQL 5. Portal 6.2.x GIT ID: 1aad32dd99da0dd37b4e6a93fc59044dfd3cb6b7.
When check the database and note that the LayoutSet now has the new theme in the themeId, the colorSchemeId is set to 01.