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:31 UTC

[ofbiz-framework] branch release18.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 release18.12
in repository https://gitbox.apache.org/repos/asf/ofbiz-framework.git


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

commit 7badd17829c522f3137403a0cc3f97296e29a12c
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 f1a4477..a9ce61f 100644
--- a/applications/product/servicedef/services_facility.xml
+++ b/applications/product/servicedef/services_facility.xml
@@ -1421,6 +1421,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"/>