[jira] Created: (OFBIZ-2885) field are not set correctly

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
6 messages Options
Reply | Threaded
Open this post in threaded view
|

[jira] Created: (OFBIZ-2885) field are not set correctly

Nicolas Malin (Jira)
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.

Reply | Threaded
Open this post in threaded view
|

[jira] Commented: (OFBIZ-2885) field are not set correctly

Nicolas Malin (Jira)

    [ https://issues.apache.org/jira/browse/OFBIZ-2885?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12751015#action_12751015 ]

Jacques Le Roux commented on OFBIZ-2885:
----------------------------------------

I guess it's a sequel from the Theme introduction, not sure how to quickly fix it though... Any ideas ?

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

Reply | Threaded
Open this post in threaded view
|

[jira] Commented: (OFBIZ-2885) field are not set correctly

Nicolas Malin (Jira)
In reply to this post by Nicolas Malin (Jira)

    [ https://issues.apache.org/jira/browse/OFBIZ-2885?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12751045#action_12751045 ]

Adrian Crum commented on OFBIZ-2885:
------------------------------------

Just remove the defaults. The visual theme code provides default values.


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

Reply | Threaded
Open this post in threaded view
|

[jira] Commented: (OFBIZ-2885) field are not set correctly

Nicolas Malin (Jira)
In reply to this post by Nicolas Malin (Jira)

    [ https://issues.apache.org/jira/browse/OFBIZ-2885?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12751083#action_12751083 ]

Jacques Le Roux commented on OFBIZ-2885:
----------------------------------------

Thanks Adrian, Angelo,

Fixed as suggested by Adrian in trunk at r811020, R9.04 at r 811022.

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

Reply | Threaded
Open this post in threaded view
|

[jira] Closed: (OFBIZ-2885) field are not set correctly

Nicolas Malin (Jira)
In reply to this post by Nicolas Malin (Jira)

     [ https://issues.apache.org/jira/browse/OFBIZ-2885?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Jacques Le Roux closed OFBIZ-2885.
----------------------------------

       Resolution: Fixed
    Fix Version/s: SVN trunk
                   Release Branch 9.04
         Assignee: Jacopo Cappellato

> 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
>            Assignee: Jacopo Cappellato
>            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.

Reply | Threaded
Open this post in threaded view
|

[jira] Commented: (OFBIZ-2885) field are not set correctly

Nicolas Malin (Jira)
In reply to this post by Nicolas Malin (Jira)

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