Author: jleroux
Revision: 1088034
Modified property: svn:log
Modified: svn:log at Fri Apr 29 12:43:10 2011
------------------------------------------------------------------------------
--- svn:log (original)
+++ svn:log Fri Apr 29 12:43:10 2011
@@ -1,4 +1,4 @@
-A patch from "Product page meta-tag does not contain i18n content"
https://issues.apache.org/jira/browse/OFBIZ-4208+A patch from Carsten Schinzer "Product page meta-tag does not contain i18n content"
https://issues.apache.org/jira/browse/OFBIZ-4208
the groovy script that produces the content meta information is only partially using i18n information from the Content Wrapper. Namely, it does NOT use the Product or Category ContentWrapper to receive internationalized content for Product Name and Description or Category Description but rather the direct properties of the product entity.
Using the ContentWrapper will overcome this shortcoming.