Details
-
Bug
-
Status: Closed
-
Normal
-
Resolution: Fixed
-
14.2.0
-
None
-
None
-
Flagged
-
Pulsar
-
Pulsar 243 - Site Dev APIs 3, Pulsar 248 - 14.4 Maintenance
Description
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.yamlwith 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.
Attachments
Issue Links
- relates to
-
CMS-12829 #getComponentParametersInfo(request) is very brittle in case an hst component gets extended
- Open