Details
-
Improvement
-
Resolution: Fixed
-
Major
-
3.5.4
-
None
Description
I was expecting to be able to do something simple like this in a JSP:
<cms:out contentNodeName="footerPar" nodeDataName="footerText" inherit="true"/>
Unfortunately, BaseContentTag.getFirstMatchingNode() exits too soon when on a child page that does not have its own "footerPar" node. Parent pages should be searched for this content node to make inheriting with cms:out more useful.
See attached patch.
Checklists
Acceptance criteria