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 0344d93 Fixed: Error while deleting a Facility because of an existing (#291) 0344d93 is described below commit 0344d93a268f532b70df420f91136c0053f51f53 Author: wpaetzold <12893353+wpaetz...@users.noreply.github.com> AuthorDate: Thu Apr 8 11:30:58 2021 +0200 Fixed: Error while deleting a Facility because of an existing (#291) FacilityLocationGeoPoint (OFBIZ-12222) Adds a service to delete a FacilityLocationGeoPoint --- applications/product/servicedef/services_facility.xml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/applications/product/servicedef/services_facility.xml b/applications/product/servicedef/services_facility.xml index c046a69..f1a4477 100644 --- a/applications/product/servicedef/services_facility.xml +++ b/applications/product/servicedef/services_facility.xml @@ -1425,6 +1425,10 @@ under the License. <description>Expire a FacilityLocationGeoPoint record</description> <auto-attributes include="pk" mode="IN" optional="false"/> </service> + <service name="deleteFacilityLocationGeoPoint" default-entity-name="FacilityLocationGeoPoint" engine="entity-auto" invoke="delete" auth="true"> + <description>Delete a FacilityLocationGeoPoint record</description> + <auto-attributes include="pk" mode="IN" optional="false"/> + </service> <!-- InventoryItemType services --> <service name="createInventoryItemType" engine="entity-auto" default-entity-name="InventoryItemType" invoke="create" auth="true">