svn commit: r576726 - /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: r576726 - /ofbiz/trunk/applications/product/entitydef/eecas.xml

lektran
Author: lektran
Date: Mon Sep 17 23:36:29 2007
New Revision: 576726

URL: http://svn.apache.org/viewvc?rev=576726&view=rev
Log:
Fix problem where if autoCreateKeywords is left blank, keywords are not reindexed when updating the product.  Reported by Daniel Kunkel OFBIZ-215.

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=576726&r1=576725&r2=576726&view=diff
==============================================================================
--- ofbiz/trunk/applications/product/entitydef/eecas.xml (original)
+++ ofbiz/trunk/applications/product/entitydef/eecas.xml Mon Sep 17 23:36:29 2007
@@ -22,7 +22,7 @@
         xsi:noNamespaceSchemaLocation="http://ofbiz.apache.org/dtds/entity-eca.xsd">
     <!-- Product Keyword Indexing ECAs -->
     <eca entity="Product" operation="create-store" event="return">
-        <condition field-name="autoCreateKeywords" operator="equals" value="Y"/>
+        <condition field-name="autoCreateKeywords" operator="not-equals" value="N"/>
         <action service="indexProductKeywords" mode="sync" value-attr="productInstance"/>
     </eca>
     <eca entity="ProductAttribute" operation="create-store" event="return">