This is an automated email from the ASF dual-hosted git repository.

jleroux pushed a commit to branch trunk
in repository https://gitbox.apache.org/repos/asf/ofbiz-framework.git


The following commit(s) were added to refs/heads/trunk by this push:
     new f493291  Implemented: Missing service for 
updateFacilityLocationGeoPoint (#296)
f493291 is described below

commit f4932918a6346882ae828f741d8bfee4e1fea5f5
Author: wpaetzold <[email protected]>
AuthorDate: Tue May 18 19:02:16 2021 +0200

    Implemented: Missing service for updateFacilityLocationGeoPoint (#296)
    
    (OFBIZ-12242)
    
    Thanks: Wiebke
---
 applications/product/servicedef/services_facility.xml | 5 +++++
 1 file changed, 5 insertions(+)

diff --git a/applications/product/servicedef/services_facility.xml 
b/applications/product/servicedef/services_facility.xml
index b4927ca..b88a5ca 100644
--- a/applications/product/servicedef/services_facility.xml
+++ b/applications/product/servicedef/services_facility.xml
@@ -1439,6 +1439,11 @@ under the License.
         <auto-attributes include="nonpk" mode="IN" optional="true"/>
         <auto-attributes include="pk" mode="INOUT" optional="false"/>
     </service>
+    <service name="updateFacilityLocationGeoPoint" 
default-entity-name="FacilityLocationGeoPoint" engine="entity-auto" 
invoke="update" auth="true">
+        <description>Update a FacilityLocationGeoPoint record</description>
+        <auto-attributes include="pk" mode="IN" optional="false"/>
+        <auto-attributes include="nonpk" mode="IN" optional="true"/>
+    </service>
     <service name="expireFacilityLocationGeoPoint" 
default-entity-name="FacilityLocationGeoPoint" engine="entity-auto" 
invoke="expire" auth="true">
         <description>Expire a FacilityLocationGeoPoint record</description>
         <auto-attributes include="pk" mode="IN" optional="false"/>

Reply via email to