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.gitThe following commit(s) were added to refs/heads/trunk by this push:
new bec5ba8 Fixed: Error while deleting a Facility because of an existing (#291)
bec5ba8 is described below
commit bec5ba87f3ae44bf525b5c22214131b45afe72ea
Author: wpaetzold <
[hidden email]>
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 a534f9c..b4927ca 100644
--- a/applications/product/servicedef/services_facility.xml
+++ b/applications/product/servicedef/services_facility.xml
@@ -1443,6 +1443,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">