-
Type:
Bug
-
Status: Closed
-
Priority:
Normal
-
Resolution: Fixed
-
Affects Version/s: 14.2.0
-
Fix Version/s: 12.6.14, 13.4.7, 14.4.0, saas-partner-preview
-
Component/s: None
-
Labels:None
-
Similar issues:
-
Flagged:Flagged
-
Processed by team:Pulsar
-
Sprint:Pulsar 243 - Site Dev APIs 3, Pulsar 248 - 14.4 Maintenance
Reproduction path:
- Use an archetype project, create in the site module the interfaces BaseChannelInfo.java
with @Parameter(name="baseParameter") and DefaultSiteChannelInfo.java
extending from BaseChannelInfo with @Parameter(name="channelName")
- Set translations.yaml
with the description of the parameters for the two classes
- Set the channel info class in the channel properties to be DefaultSiteChannelInfo
Verify that in the channel properties, the parameter channelName gets the value from resource bundle but the parameter baseParameter doesn't get it.
- relates to
-
CMS-12829 #getComponentParametersInfo(request) is very brittle in case an hst component gets extended
-
- Open
-