Author: deepak
Date: Fri Jul  6 11:46:52 2018
New Revision: 1835235

URL: http://svn.apache.org/viewvc?rev=1835235&view=rev
Log:
Fixed: Framework webapp freemarkerTransform.properties has dependency on 
proudct component
(OFBIZ-10463)

Modified:
    
ofbiz/ofbiz-framework/trunk/applications/product/config/freemarkerTransforms.properties
    
ofbiz/ofbiz-framework/trunk/framework/webapp/config/freemarkerTransforms.properties

Modified: 
ofbiz/ofbiz-framework/trunk/applications/product/config/freemarkerTransforms.properties
URL: 
http://svn.apache.org/viewvc/ofbiz/ofbiz-framework/trunk/applications/product/config/freemarkerTransforms.properties?rev=1835235&r1=1835234&r2=1835235&view=diff
==============================================================================
--- 
ofbiz/ofbiz-framework/trunk/applications/product/config/freemarkerTransforms.properties
 (original)
+++ 
ofbiz/ofbiz-framework/trunk/applications/product/config/freemarkerTransforms.properties
 Fri Jul  6 11:46:52 2018
@@ -25,4 +25,5 @@
 #ofbizCatalogUrl=org.apache.ofbiz.product.category.ftl.CatalogUrlDirective
 
ofbizCatalogAltUrl=org.apache.ofbiz.product.category.ftl.CatalogAltUrlSeoTransform
 ofbizCatalogUrl=org.apache.ofbiz.product.category.ftl.CatalogUrlSeoTransform
+ofbizUrl=org.apache.ofbiz.product.category.ftl.UrlRegexpTransform
 

Modified: 
ofbiz/ofbiz-framework/trunk/framework/webapp/config/freemarkerTransforms.properties
URL: 
http://svn.apache.org/viewvc/ofbiz/ofbiz-framework/trunk/framework/webapp/config/freemarkerTransforms.properties?rev=1835235&r1=1835234&r2=1835235&view=diff
==============================================================================
--- 
ofbiz/ofbiz-framework/trunk/framework/webapp/config/freemarkerTransforms.properties
 (original)
+++ 
ofbiz/ofbiz-framework/trunk/framework/webapp/config/freemarkerTransforms.properties
 Fri Jul  6 11:46:52 2018
@@ -21,8 +21,7 @@
 
 # entries are in the form: key=transform name, property=transform class name
 
-#ofbizUrl=org.apache.ofbiz.webapp.ftl.OfbizUrlTransform
-ofbizUrl=org.apache.ofbiz.product.category.ftl.UrlRegexpTransform
+ofbizUrl=org.apache.ofbiz.webapp.ftl.OfbizUrlTransform
 ofbizContentUrl=org.apache.ofbiz.webapp.ftl.OfbizContentTransform
 ofbizCurrency=org.apache.ofbiz.webapp.ftl.OfbizCurrencyTransform
 ofbizAmount=org.apache.ofbiz.webapp.ftl.OfbizAmountTransform


Reply via email to