Author: eckardjf
Date: Thu Jul 29 23:34:07 2010
New Revision: 980607
URL:
http://svn.apache.org/viewvc?rev=980607&view=revLog:
Index product keywords when a GoodIdentification is created or updated
Modified:
ofbiz/trunk/applications/product/entitydef/eecas.xml
Modified: ofbiz/trunk/applications/product/entitydef/eecas.xml
URL:
http://svn.apache.org/viewvc/ofbiz/trunk/applications/product/entitydef/eecas.xml?rev=980607&r1=980606&r2=980607&view=diff==============================================================================
--- ofbiz/trunk/applications/product/entitydef/eecas.xml (original)
+++ ofbiz/trunk/applications/product/entitydef/eecas.xml Thu Jul 29 23:34:07 2010
@@ -29,6 +29,9 @@ under the License.
<condition field-name="autoCreateKeywords" operator="not-equals" value="N"/>
<action service="indexProductKeywords" mode="sync"/>
</eca>
+ <eca entity="GoodIdentification" operation="create-store" event="return">
+ <action service="indexProductKeywords" mode="sync"/>
+ </eca>
<eca entity="ProductAttribute" operation="create-store" event="return">
<action service="indexProductKeywords" mode="sync"/>
</eca>