Details
-
Sub-task
-
Status: Closed
-
Minor
-
Resolution: Fixed
-
16.11.01
-
None
-
None
Description
Code written in Minilang for the include-form tag is not consistent throughout the application. The correct pattern to write is
<include-form name="EditRoutingTask" location="component://manufacturing/widget/manufacturing/RoutingTaskForms.xml"/>
The wrong way in which this tag is written is
<include-form location="component://marketing/widget/sfa/forms/AccountForms.xml" name="FindInfoStringContactMech"/>