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.