You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ofbiz.apache.org by nm...@apache.org on 2015/04/02 21:07:06 UTC

svn commit: r1670954 - /ofbiz/branches/release14.12/framework/common/servicedef/services.xml

Author: nmalin
Date: Thu Apr  2 19:07:06 2015
New Revision: 1670954

URL: http://svn.apache.org/r1670954
Log:
Apply patch OFBIZ-6209 Error when call updateNote service report by Supachai Chaima-ngua

Modified:
    ofbiz/branches/release14.12/framework/common/servicedef/services.xml

Modified: ofbiz/branches/release14.12/framework/common/servicedef/services.xml
URL: http://svn.apache.org/viewvc/ofbiz/branches/release14.12/framework/common/servicedef/services.xml?rev=1670954&r1=1670953&r2=1670954&view=diff
==============================================================================
--- ofbiz/branches/release14.12/framework/common/servicedef/services.xml (original)
+++ ofbiz/branches/release14.12/framework/common/servicedef/services.xml Thu Apr  2 19:07:06 2015
@@ -70,7 +70,7 @@ under the License.
     <service name="updateNote" engine="simple" default-entity-name="NoteData"
         location="component://common/script/org/ofbiz/common/CommonServices.xml" invoke="updateNote">
         <description>Update a note record</description>
-        <auto-attributes include="pk" mode="INOUT" optional="false"/>
+        <auto-attributes include="pk" mode="IN" optional="false"/>
         <auto-attributes include="nonpk" mode="IN" optional="true"/>
         <override name="noteInfo" allow-html="any"/>
     </service>