[jira] Created: (OFBIZ-3741) headerHead.ftl will never show the theme ico

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

[jira] Created: (OFBIZ-3741) headerHead.ftl will never show the theme ico

Nicolas Malin (Jira)
headerHead.ftl will never show the theme ico
--------------------------------------------

                 Key: OFBIZ-3741
                 URL: https://issues.apache.org/jira/browse/OFBIZ-3741
             Project: OFBiz
          Issue Type: Bug
          Components: specialpurpose/ecommerce
    Affects Versions: Release Branch 9.04, Release Candidate Branch 10.04, SVN trunk
            Reporter: BJ Freeman
             Fix For: Release Branch 9.04, Release Candidate Branch 10.04, SVN trunk


  <#if layoutSettings.shortcutIcon?has_content>
    <#assign shortcutIcon = layoutSettings.shortcutIcon/>
  <#elseif layoutSettings.VT_SHORTCUT_ICON?has_content>
    <#assign shortcutIcon = layoutSettings.VT_SHORTCUT_ICON.get(0)/>
  </#if>
 
since the layoutSettings.shortcutIcon (ofbiz.) is always present , layoutSettings.VT_SHORTCUT_ICON will never be selected.

--
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] Updated: (OFBIZ-3741) headerHead.ftl will never show the theme ico

Nicolas Malin (Jira)

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

BJ Freeman updated OFBIZ-3741:
------------------------------

    Attachment: OFBIZ-3741-headerHead.ftl.patch

> headerHead.ftl will never show the theme ico
> --------------------------------------------
>
>                 Key: OFBIZ-3741
>                 URL: https://issues.apache.org/jira/browse/OFBIZ-3741
>             Project: OFBiz
>          Issue Type: Bug
>          Components: specialpurpose/ecommerce
>    Affects Versions: Release Branch 9.04, Release Candidate Branch 10.04, SVN trunk
>            Reporter: BJ Freeman
>             Fix For: Release Branch 9.04, Release Candidate Branch 10.04, SVN trunk
>
>         Attachments: OFBIZ-3741-headerHead.ftl.patch
>
>
>   <#if layoutSettings.shortcutIcon?has_content>
>     <#assign shortcutIcon = layoutSettings.shortcutIcon/>
>   <#elseif layoutSettings.VT_SHORTCUT_ICON?has_content>
>     <#assign shortcutIcon = layoutSettings.VT_SHORTCUT_ICON.get(0)/>
>   </#if>
>  
> since the layoutSettings.shortcutIcon (ofbiz.) is always present , layoutSettings.VT_SHORTCUT_ICON will never be selected.

--
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] Updated: (OFBIZ-3741) headerHead.ftl will never show the theme ico

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

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

BJ Freeman updated OFBIZ-3741:
------------------------------

    Priority: Minor  (was: Major)

> headerHead.ftl will never show the theme ico
> --------------------------------------------
>
>                 Key: OFBIZ-3741
>                 URL: https://issues.apache.org/jira/browse/OFBIZ-3741
>             Project: OFBiz
>          Issue Type: Bug
>          Components: specialpurpose/ecommerce
>    Affects Versions: Release Branch 9.04, Release Candidate Branch 10.04, SVN trunk
>            Reporter: BJ Freeman
>            Priority: Minor
>             Fix For: Release Branch 9.04, Release Candidate Branch 10.04, SVN trunk
>
>         Attachments: OFBIZ-3741-headerHead.ftl.patch
>
>
>   <#if layoutSettings.shortcutIcon?has_content>
>     <#assign shortcutIcon = layoutSettings.shortcutIcon/>
>   <#elseif layoutSettings.VT_SHORTCUT_ICON?has_content>
>     <#assign shortcutIcon = layoutSettings.VT_SHORTCUT_ICON.get(0)/>
>   </#if>
>  
> since the layoutSettings.shortcutIcon (ofbiz.) is always present , layoutSettings.VT_SHORTCUT_ICON will never be selected.

--
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] Assigned: (OFBIZ-3741) headerHead.ftl will never show the theme ico

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

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

Scott Gray reassigned OFBIZ-3741:
---------------------------------

    Assignee: Scott Gray

> headerHead.ftl will never show the theme ico
> --------------------------------------------
>
>                 Key: OFBIZ-3741
>                 URL: https://issues.apache.org/jira/browse/OFBIZ-3741
>             Project: OFBiz
>          Issue Type: Bug
>          Components: specialpurpose/ecommerce
>    Affects Versions: Release Branch 09.04, Release Branch 10.04, SVN trunk
>            Reporter: BJ Freeman
>            Assignee: Scott Gray
>            Priority: Minor
>             Fix For: Release Branch 09.04, Release Branch 10.04, SVN trunk
>
>         Attachments: OFBIZ-3741-headerHead.ftl.patch
>
>
>   <#if layoutSettings.shortcutIcon?has_content>
>     <#assign shortcutIcon = layoutSettings.shortcutIcon/>
>   <#elseif layoutSettings.VT_SHORTCUT_ICON?has_content>
>     <#assign shortcutIcon = layoutSettings.VT_SHORTCUT_ICON.get(0)/>
>   </#if>
>  
> since the layoutSettings.shortcutIcon (ofbiz.) is always present , layoutSettings.VT_SHORTCUT_ICON will never be selected.

--
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-3741) headerHead.ftl will never show the theme ico

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

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

Scott Gray closed OFBIZ-3741.
-----------------------------

    Resolution: Fixed

Thanks BJ, your patch has been applied in the following revisions:
trunk - 942485
10.04 - 942486
09.04 - 942487

> headerHead.ftl will never show the theme ico
> --------------------------------------------
>
>                 Key: OFBIZ-3741
>                 URL: https://issues.apache.org/jira/browse/OFBIZ-3741
>             Project: OFBiz
>          Issue Type: Bug
>          Components: specialpurpose/ecommerce
>    Affects Versions: Release Branch 09.04, Release Branch 10.04, SVN trunk
>            Reporter: BJ Freeman
>            Assignee: Scott Gray
>            Priority: Minor
>             Fix For: Release Branch 09.04, Release Branch 10.04, SVN trunk
>
>         Attachments: OFBIZ-3741-headerHead.ftl.patch
>
>
>   <#if layoutSettings.shortcutIcon?has_content>
>     <#assign shortcutIcon = layoutSettings.shortcutIcon/>
>   <#elseif layoutSettings.VT_SHORTCUT_ICON?has_content>
>     <#assign shortcutIcon = layoutSettings.VT_SHORTCUT_ICON.get(0)/>
>   </#if>
>  
> since the layoutSettings.shortcutIcon (ofbiz.) is always present , layoutSettings.VT_SHORTCUT_ICON will never be selected.

--
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-3741) headerHead.ftl will never show the theme ico

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

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

BJ Freeman commented on OFBIZ-3741:
-----------------------------------

thanks scott

> headerHead.ftl will never show the theme ico
> --------------------------------------------
>
>                 Key: OFBIZ-3741
>                 URL: https://issues.apache.org/jira/browse/OFBIZ-3741
>             Project: OFBiz
>          Issue Type: Bug
>          Components: specialpurpose/ecommerce
>    Affects Versions: Release Branch 09.04, Release Branch 10.04, SVN trunk
>            Reporter: BJ Freeman
>            Assignee: Scott Gray
>            Priority: Minor
>             Fix For: Release Branch 09.04, Release Branch 10.04, SVN trunk
>
>         Attachments: OFBIZ-3741-headerHead.ftl.patch
>
>
>   <#if layoutSettings.shortcutIcon?has_content>
>     <#assign shortcutIcon = layoutSettings.shortcutIcon/>
>   <#elseif layoutSettings.VT_SHORTCUT_ICON?has_content>
>     <#assign shortcutIcon = layoutSettings.VT_SHORTCUT_ICON.get(0)/>
>   </#if>
>  
> since the layoutSettings.shortcutIcon (ofbiz.) is always present , layoutSettings.VT_SHORTCUT_ICON will never be selected.

--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.