You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ofbiz.apache.org by ml...@apache.org on 2022/12/21 16:19:23 UTC

[ofbiz-framework] branch release22.01 updated: Fixed: Correction of the updateCustRequestItem service engine definition (OFBIZ-12727)

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

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


The following commit(s) were added to refs/heads/release22.01 by this push:
     new f1fcfb8676 Fixed: Correction of the updateCustRequestItem service engine definition (OFBIZ-12727)
f1fcfb8676 is described below

commit f1fcfb8676d5da5e315d9577ee09434f9beb3d9d
Author: Leila <le...@nereide.fr>
AuthorDate: Wed Dec 21 17:17:40 2022 +0100

    Fixed: Correction of the updateCustRequestItem service engine definition
    (OFBIZ-12727)
---
 applications/order/servicedef/services_request.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/applications/order/servicedef/services_request.xml b/applications/order/servicedef/services_request.xml
index 0f765ffd8f..9982545586 100644
--- a/applications/order/servicedef/services_request.xml
+++ b/applications/order/servicedef/services_request.xml
@@ -91,7 +91,7 @@ under the License.
         <override name="description" allow-html="safe"/>
         <override name="status" default-value="CRQ_SUBMITTED"/>
     </service>
-    <service name="updateCustRequestItem" engine="simple" default-entity-name="CustRequestItem" invoke="update" auth="true">
+    <service name="updateCustRequestItem" engine="entity-auto" default-entity-name="CustRequestItem" invoke="update" auth="true">
         <description>Update a CustRequestItem record</description>
         <auto-attributes include="pk" mode="IN" optional="false"/>
         <auto-attributes include="nonpk" mode="IN" optional="true"/>