Author: hansbak
Date: Tue Oct 2 02:11:23 2007
New Revision: 581163
URL:
http://svn.apache.org/viewvc?rev=581163&view=revLog:
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}">