svn commit: r888986 - /ofbiz/trunk/applications/party/servicedef/services.xml

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

svn commit: r888986 - /ofbiz/trunk/applications/party/servicedef/services.xml

apatel-2
Author: apatel
Date: Wed Dec  9 21:30:29 2009
New Revision: 888986

URL: http://svn.apache.org/viewvc?rev=888986&view=rev
Log:
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">