Author: jleroux
Date: Tue Sep 14 11:50:55 2010
New Revision: 996853
URL:
http://svn.apache.org/viewvc?rev=996853&view=revLog:
OK, my explanation at r996840 did not make sense. If I want GeoName and geoTypeId to create then I need them when updating as well. At least it's what I think....
Modified:
ofbiz/trunk/framework/common/servicedef/services.xml
Modified: ofbiz/trunk/framework/common/servicedef/services.xml
URL:
http://svn.apache.org/viewvc/ofbiz/trunk/framework/common/servicedef/services.xml?rev=996853&r1=996852&r2=996853&view=diff==============================================================================
--- ofbiz/trunk/framework/common/servicedef/services.xml (original)
+++ ofbiz/trunk/framework/common/servicedef/services.xml Tue Sep 14 11:50:55 2010
@@ -694,6 +694,8 @@ under the License.
<permission-service service-name="commonGenericPermission" main-action="UPDATE"/>
<auto-attributes include="pk" mode="IN"/>
<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>