svn commit: r567372 - /ofbiz/trunk/applications/party/servicedef/secas.xml

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

svn commit: r567372 - /ofbiz/trunk/applications/party/servicedef/secas.xml

ruppert-2
Author: ruppert
Date: Sun Aug 19 01:38:15 2007
New Revision: 567372

URL: http://svn.apache.org/viewvc?view=rev&rev=567372
Log:
Removed default action of sending the user an email every time updatePerson is called

Modified:
    ofbiz/trunk/applications/party/servicedef/secas.xml

Modified: ofbiz/trunk/applications/party/servicedef/secas.xml
URL: http://svn.apache.org/viewvc/ofbiz/trunk/applications/party/servicedef/secas.xml?view=diff&rev=567372&r1=567371&r2=567372
==============================================================================
--- ofbiz/trunk/applications/party/servicedef/secas.xml (original)
+++ ofbiz/trunk/applications/party/servicedef/secas.xml Sun Aug 19 01:38:15 2007
@@ -82,7 +82,4 @@
     <eca service="updatePassword" event="commit">
         <action service="sendUpdatePersonalInfoEmailNotification" mode="async" persist="true"/>
     </eca>    
-    <eca service="updatePerson" event="commit">
-        <action service="sendUpdatePersonalInfoEmailNotification" mode="async" persist="true"/>
-    </eca>
 </service-eca>