You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ofbiz.apache.org by ha...@apache.org on 2009/10/09 11:56:40 UTC

svn commit: r823489 - /ofbiz/trunk/specialpurpose/myportal/script/org/ofbiz/myportal/Events.xml

Author: hansbak
Date: Fri Oct  9 09:56:39 2009
New Revision: 823489

URL: http://svn.apache.org/viewvc?rev=823489&view=rev
Log:
removed another unused event

Modified:
    ofbiz/trunk/specialpurpose/myportal/script/org/ofbiz/myportal/Events.xml

Modified: ofbiz/trunk/specialpurpose/myportal/script/org/ofbiz/myportal/Events.xml
URL: http://svn.apache.org/viewvc/ofbiz/trunk/specialpurpose/myportal/script/org/ofbiz/myportal/Events.xml?rev=823489&r1=823488&r2=823489&view=diff
==============================================================================
--- ofbiz/trunk/specialpurpose/myportal/script/org/ofbiz/myportal/Events.xml (original)
+++ ofbiz/trunk/specialpurpose/myportal/script/org/ofbiz/myportal/Events.xml Fri Oct  9 09:56:39 2009
@@ -20,19 +20,6 @@
 
 <simple-methods xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
     xsi:noNamespaceSchemaLocation="http://ofbiz.apache.org/dtds/simple-methods.xsd">
-    <simple-method method-name="updateCustPreferences"
-        short-description="Update the customer preferences">
-        <if-compare operator="equals" value="Y" field="parameters.sendCustRequestEmail">
-            <set field="parameters.userPrefMap.sendCustRequestEmail" value="Y"/>
-            <else>
-                <set field="parameters.userPrefMap.sendCustRequestEmail" value="N"/>
-            </else>
-        </if-compare>
-        <set-service-fields service-name="setUserPreferenceGroup" map="parameters"
-            to-map="inMap"/>
-        <call-service service-name="setUserPreferenceGroup" in-map-name="inMap"/>
-    </simple-method>
-
 
     <simple-method method-name="createRegister"
         short-description="Create person when new register" login-required="false">