Details
Description
When changing themes, in that case when wap theme has no color schemes the regular device's default color scheme id will be propagated into the DB even though a default value is specified for the wap themes.
Steps to reproduce:
- Set the following properties in portal-ext.properties:
default.regular.color.scheme.id=03 default.wap.color.scheme.id=04
- Deploy a new theme where the wap theme has no color schemes defined
- Select the new theme for a Site and save it
- Verify layoutset table in the DB
Expected behaviour: in the wapColorSchemeId column the value should be 04
Actual behaviour: in the wapColorSchemeId column the value is 03
Issue Links
- relates
-
LPS-33955
Make default regular theme id configurable via hook
-

PASSED Manual Testing following the steps in the description.
Reproduced on:
Tomcat 7.0 + MySQL 5. Portal 6.2.x GIT ID: 644eeb9b563fffaae88a1e967a588f298ebfbbd2.
Plugins 6.2.x EE GIT ID: 6c5284d4276deef22185f497c70c3bce1b6c10cb.
In the wapColorSchemeId column the value is 03
Fixed on:
Tomcat 7.0 + MySQL 5. Portal 6.2.x GIT ID: 432f440a48b53e789ebd972ab2279f21b25a24a3.
Plugins 6.2.x EE GIT ID: f900e0039741c48d8c9a8009ab7469e83377e1d4.
In the wapColorSchemeId column the value is 04