Author: jleroux
Date: Mon Sep 28 08:32:51 2009
New Revision: 819474
URL:
http://svn.apache.org/viewvc?rev=819474&view=revLog:
A patch from Erwan de FERRIERES "error in a service's input map name" (
https://issues.apache.org/jira/browse/OFBIZ-2975) - OFBIZ-2975
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=819474&r1=819473&r2=819474&view=diff==============================================================================
--- ofbiz/trunk/applications/party/servicedef/services.xml (original)
+++ ofbiz/trunk/applications/party/servicedef/services.xml Mon Sep 28 08:32:51 2009
@@ -665,7 +665,7 @@
<description>create many identifications with format in map identifications : [partyType : TYPE, TYPE : value]</description>
<permission-service service-name="partyBasePermissionCheck" main-action="CREATE"/>
<attribute name="partyId" mode="IN" type="String"/>
- <attribute name="indentifications" mode="IN" type="Map" />
+ <attribute name="identifications" mode="IN" type="Map" />
</service>