From 97f93a1f26f7cbf32a138a456be8ee8b24d9b1a9 Mon Sep 17 00:00:00 2001 From: Laurie Montant Date: Fri, 3 Apr 2026 16:32:02 +0200 Subject: [PATCH] SCPN1-10534 --- RFXtoRP_RestResponse.ftl | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/RFXtoRP_RestResponse.ftl b/RFXtoRP_RestResponse.ftl index 9ce70f5..306ec77 100644 --- a/RFXtoRP_RestResponse.ftl +++ b/RFXtoRP_RestResponse.ftl @@ -22,7 +22,7 @@ <#-- Warning: if deletion is selected, all metadata related to the logistics execution will also be removed. --> <#-- If DeleteEF_False = true, we do not delete the logistics execution. If DeleteEF_False = false, we delete the logistics execution. --> <#-- --------------------------------------------------------------------------------------- --> -<#assign DeleteEF_False = true> +<#assign DeleteEF_False = false> <#switch id.apiRestReflexID!no_apiRestReflexID> <#case no_apiRestReflexID> @@ -164,8 +164,8 @@ [ { <#assign apiReflexPlatformID = ApiReflexPlatformID.ExecutionflowDeleted> - "apiReflexPlatformID" : "${apiReflexPlatformID}", - "datas" : + "apiReflexPlatformID" : "${apiReflexPlatformID}", + "datas" : <#include "RFXtoRP_ExecutionflowDeleted.ftl"> } ]