Author: apatel
Date: Wed Dec 9 21:30:29 2009
New Revision: 888986
URL:
http://svn.apache.org/viewvc?rev=888986&view=revLog:
Removing Person First and Last name from required Parameters for the service. This will allow to implement simple create user login screen where user is able create account in system with username and password and then later populate rest of the account information.
Modified:
ofbiz/trunk/applications/party/servicedef/services.xml
Modified: ofbiz/trunk/applications/party/servicedef/services.xml
URL:
http://svn.apache.org/viewvc/ofbiz/trunk/applications/party/servicedef/services.xml?rev=888986&r1=888985&r2=888986&view=diff==============================================================================
--- ofbiz/trunk/applications/party/servicedef/services.xml (original)
+++ ofbiz/trunk/applications/party/servicedef/services.xml Wed Dec 9 21:30:29 2009
@@ -79,8 +79,6 @@
<attribute name="description" type="String" mode="IN" optional="true"/>
<attribute name="externalId" type="String" mode="IN" optional="true"/>
<attribute name="statusId" type="String" mode="IN" optional="true"/>
- <override name="firstName" optional="false"/>
- <override name="lastName" optional="false"/>
</service>
<service name="createPersonAndUserLogin" engine="simple" require-new-transaction="true"
location="component://party/script/org/ofbiz/party/party/PartySimpleMethods.xml" invoke="createPersonAndUserLogin" auth="false">