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 2021/05/19 08:06:30 UTC

[ofbiz-framework] branch release17.12 updated: Implemented: Missing service for updateFacilityLocationGeoPoint (#296)

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

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


The following commit(s) were added to refs/heads/release17.12 by this push:
     new 4fd4cfc  Implemented: Missing service for updateFacilityLocationGeoPoint (#296)
4fd4cfc is described below

commit 4fd4cfc05a6f15c15aaa4aa8b3408a584e456c05
Author: wpaetzold <12...@users.noreply.github.com>
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 9d2c39d..21cbf08 100644
--- a/applications/product/servicedef/services_facility.xml
+++ b/applications/product/servicedef/services_facility.xml
@@ -1418,6 +1418,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"/>