Author: jleroux
Date: Mon Feb 13 11:37:25 2012
New Revision: 1243478
URL:
http://svn.apache.org/viewvc?rev=1243478&view=revLog:
A patch from Ankit Jain "Keywords list is missing in Catalog "
https://issues.apache.org/jira/browse/OFBIZ-4689In the catalog when you select Keywords tab the keyword list was not showing
https://localhost:8443/catalog/control/EditProductKeyword?productId=GZ-1004Modified:
ofbiz/branches/release10.04/applications/product/widget/catalog/ProductScreens.xml
Modified: ofbiz/branches/release10.04/applications/product/widget/catalog/ProductScreens.xml
URL:
http://svn.apache.org/viewvc/ofbiz/branches/release10.04/applications/product/widget/catalog/ProductScreens.xml?rev=1243478&r1=1243477&r2=1243478&view=diff==============================================================================
--- ofbiz/branches/release10.04/applications/product/widget/catalog/ProductScreens.xml (original)
+++ ofbiz/branches/release10.04/applications/product/widget/catalog/ProductScreens.xml Mon Feb 13 11:37:25 2012
@@ -615,6 +615,7 @@ under the License.
<set field="productId" from-field="parameters.productId"/>
<set field="orderByList[]" value="-relevancyWeight"/>
<set field="orderByList[]" value="keyword"/>
+ <entity-one entity-name="Product" value-field="product"/>
<get-related value-field="product" relation-name="ProductKeyword" list="productKeywords" order-by-list="orderByList"/>
</actions>
<widgets>