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