You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ofbiz.apache.org by jl...@apache.org on 2009/09/28 10:32:51 UTC

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

Author: jleroux
Date: Mon Sep 28 08:32:51 2009
New Revision: 819474

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