You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ofbiz.apache.org by ad...@apache.org on 2013/11/15 14:36:37 UTC

svn commit: r1542266 - in /ofbiz/branches/release13.07: ./ framework/common/servicedef/services.xml

Author: adrianc
Date: Fri Nov 15 13:36:36 2013
New Revision: 1542266

URL: http://svn.apache.org/r1542266
Log:
Merged revision(s) 1542264 from ofbiz/trunk:
Fixed a C&P error in the updateGeo service definition.

Modified:
    ofbiz/branches/release13.07/   (props changed)
    ofbiz/branches/release13.07/framework/common/servicedef/services.xml

Propchange: ofbiz/branches/release13.07/
------------------------------------------------------------------------------
  Merged /ofbiz/trunk:r1542264

Modified: ofbiz/branches/release13.07/framework/common/servicedef/services.xml
URL: http://svn.apache.org/viewvc/ofbiz/branches/release13.07/framework/common/servicedef/services.xml?rev=1542266&r1=1542265&r2=1542266&view=diff
==============================================================================
--- ofbiz/branches/release13.07/framework/common/servicedef/services.xml (original)
+++ ofbiz/branches/release13.07/framework/common/servicedef/services.xml Fri Nov 15 13:36:36 2013
@@ -710,10 +710,8 @@ under the License.
     <service name="updateGeo" default-entity-name="Geo" engine="entity-auto" invoke="update" auth="true">
         <description>Update a Geo</description>
         <permission-service service-name="commonGenericPermission" main-action="UPDATE"/>
-        <auto-attributes include="pk" mode="IN"/>
+        <auto-attributes include="pk" mode="IN" optional="false"/>
         <auto-attributes include="nonpk" mode="IN" optional="true"/>
-        <override name="geoName" optional="false"/>
-        <override name="geoTypeId" optional="false"/>        
     </service>
     <service name="deleteGeo" default-entity-name="Geo" engine="entity-auto" invoke="delete" auth="true">
         <description>Delete a Geo</description>