svn commit: r980607 - /ofbiz/trunk/applications/product/entitydef/eecas.xml

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
1 message Options
Reply | Threaded
Open this post in threaded view
|

svn commit: r980607 - /ofbiz/trunk/applications/product/entitydef/eecas.xml

eckardjf
Author: eckardjf
Date: Thu Jul 29 23:34:07 2010
New Revision: 980607

URL: http://svn.apache.org/viewvc?rev=980607&view=rev
Log:
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>