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

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


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

commit 10a858af701619ca6342319f7d796b64bffd27bb
Author: Leila <leila.mek...@nereide.fr>
AuthorDate: Wed Dec 21 17:21:43 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"/>

Reply via email to