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
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.