Details
-
Bug
-
Status: Closed
-
Major
-
Resolution: Fixed
-
2.1.4, 2.2.2
-
None
Description
If I have a template definition with a custom "templateType" attribute, child definitions that extend that definition do not pick up the custom templateType attribute value. They get the default "template" value. For example:
<definition name="parent" template="mytemplate.vm" templateType="custom"/>
<definition name="child" extends="parent"/>