You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ofbiz.apache.org by de...@apache.org on 2016/01/13 13:36:41 UTC

svn commit: r1724412 - in /ofbiz/branches/release15.12: ./ specialpurpose/ecommerce/webapp/ecommerce/catalog/productdetail.ftl

Author: deepak
Date: Wed Jan 13 12:36:40 2016
New Revision: 1724412

URL: http://svn.apache.org/viewvc?rev=1724412&view=rev
Log:
Applied fix from trunk for revision: 1724402 
===

(OFBIZ-6797) Applied patch from jira issue OFBIZ-6797

====================================================================
Small typo in ecommerce productdetail.ftl would prevent similar products by feature from rendering if the related functionality is enabled in ProductDetailgroovy.

<#if comsmonFeatureResultIds?has_content>

should read

<#if commonFeatureResultIds?has_content>

Introduced in markup refactor 816465
====================================================================

Thanks Jason Reast-Jones for your contribution.


Modified:
    ofbiz/branches/release15.12/   (props changed)
    ofbiz/branches/release15.12/specialpurpose/ecommerce/webapp/ecommerce/catalog/productdetail.ftl

Propchange: ofbiz/branches/release15.12/
------------------------------------------------------------------------------
--- svn:mergeinfo (original)
+++ svn:mergeinfo Wed Jan 13 12:36:40 2016
@@ -9,4 +9,4 @@
 /ofbiz/branches/json-integration-refactoring:1634077-1635900
 /ofbiz/branches/multitenant20100310:921280-927264
 /ofbiz/branches/release13.07:1547657
-/ofbiz/trunk:1722712
+/ofbiz/trunk:1722712,1724402

Modified: ofbiz/branches/release15.12/specialpurpose/ecommerce/webapp/ecommerce/catalog/productdetail.ftl
URL: http://svn.apache.org/viewvc/ofbiz/branches/release15.12/specialpurpose/ecommerce/webapp/ecommerce/catalog/productdetail.ftl?rev=1724412&r1=1724411&r2=1724412&view=diff
==============================================================================
--- ofbiz/branches/release15.12/specialpurpose/ecommerce/webapp/ecommerce/catalog/productdetail.ftl (original)
+++ ofbiz/branches/release15.12/specialpurpose/ecommerce/webapp/ecommerce/catalog/productdetail.ftl Wed Jan 13 12:36:40 2016
@@ -862,7 +862,7 @@ $(function(){
     </div>
     
     <#-- special cross/up-sell area using commonFeatureResultIds (from common feature product search) -->
-    <#if comsmonFeatureResultIds?has_content>
+    <#if commonFeatureResultIds?has_content>
         <h2>${uiLabelMap.ProductSimilarProducts}</h2>
     
         <div class="productsummary-container">