[
https://issues.apache.org/jira/browse/OFBIZ-2885?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12751201#action_12751201
]
Jacques Le Roux commented on OFBIZ-2885:
----------------------------------------
Actually Jacopo fixed it correctly at r811077 and r811078 (trunk, R9.04)
> field are not set correctly
> ---------------------------
>
> Key: OFBIZ-2885
> URL: https://issues.apache.org/jira/browse/OFBIZ-2885
> Project: OFBiz
> Issue Type: Bug
> Components: framework
> Affects Versions: SVN trunk
> Reporter: Matarazzo Angelo
> Priority: Minor
> Fix For: Release Branch 9.04, SVN trunk
>
>
> In component://common/widget/CommonScreens.xml#GlobalDecorator
> these fields are setted
> <set field="headerTemplateLocation"
> from-field="layoutSettings.VT_HDR_TMPLT_LOC[0]"
> default-value="component://common/webcommon/includes/header.ftl"/>
> <set field="footerTemplateLocation"
> from-field="layoutSettings.VT_FTR_TMPLT_LOC[0]"
> default-value="component://common/webcommon/includes/footer.ftl"/>
> <set field="appbarTemplateLocation"
> from-field="layoutSettings.VT_NAV_TMPLT_LOC[0]"
> default-value="component://common/webcommon/includes/appbar.ftl"/>
> <set field="messagesTemplateLocation"
> from-field="layoutSettings.VT_MSG_TMPLT_LOC[0]"
> default-value="component://common/webcommon/includes/messages.ftl"/>
> but
> component://common/webcommon/includes/header.ftl
> component://common/webcommon/includes/footer.ft
> component://common/webcommon/includes/appbar.ftl
> component://common/webcommon/includes/messages.ftl
> don't exist.
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.