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 2007/10/02 11:11:24 UTC

svn commit: r581163 - in /ofbiz/trunk/applications/party: script/org/ofbiz/party/user/UserEvents.xml widget/partymgr/PartyScreens.xml

Author: hansbak
Date: Tue Oct  2 02:11:23 2007
New Revision: 581163

URL: http://svn.apache.org/viewvc?rev=581163&view=rev
Log:
to much in the last commit...partly reverted

Modified:
    ofbiz/trunk/applications/party/script/org/ofbiz/party/user/UserEvents.xml
    ofbiz/trunk/applications/party/widget/partymgr/PartyScreens.xml

Modified: ofbiz/trunk/applications/party/script/org/ofbiz/party/user/UserEvents.xml
URL: http://svn.apache.org/viewvc/ofbiz/trunk/applications/party/script/org/ofbiz/party/user/UserEvents.xml?rev=581163&r1=581162&r2=581163&view=diff
==============================================================================
--- ofbiz/trunk/applications/party/script/org/ofbiz/party/user/UserEvents.xml (original)
+++ ofbiz/trunk/applications/party/script/org/ofbiz/party/user/UserEvents.xml Tue Oct  2 02:11:23 2007
@@ -30,7 +30,7 @@
         <call-simple-method method-name="createUser"/>
     </simple-method>
     <simple-method method-name="createProspect" short-description="Create Prospect" login-required="false">
-        <set field="parameters.require_email" default-value="true" />
+        <set field="require_email" value="true" />
         <set field="require_phone" value="false" />
         <set field="require_login" value="false" />
         <set field="create_allow_password" value="true" />

Modified: ofbiz/trunk/applications/party/widget/partymgr/PartyScreens.xml
URL: http://svn.apache.org/viewvc/ofbiz/trunk/applications/party/widget/partymgr/PartyScreens.xml?rev=581163&r1=581162&r2=581163&view=diff
==============================================================================
--- ofbiz/trunk/applications/party/widget/partymgr/PartyScreens.xml (original)
+++ ofbiz/trunk/applications/party/widget/partymgr/PartyScreens.xml Tue Oct  2 02:11:23 2007
@@ -590,8 +590,6 @@
                 <set field="displayPassword" value="Y"/>
                 <set field="target" value="createProspect"/>
                 <set field="previousParams" from-field="sessionAttributes._PREVIOUS_PARAMS_"/>
-                <set field="USE_ADDRESS" value="false"/>
-                <set field="require_email" value="false"/>
             </actions>
             <widgets>
                 <decorator-screen name="main-decorator" location="${parameters.mainDecoratorLocation}">