From 35440a5eb3a1b7485611d99dc662c9db12233950 Mon Sep 17 00:00:00 2001 From: Francis Reat Date: Wed, 19 Nov 2025 10:10:45 +0100 Subject: [PATCH] modif sur les rdz --- RFXtoRP_HsrCarrierApt.ftl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/RFXtoRP_HsrCarrierApt.ftl b/RFXtoRP_HsrCarrierApt.ftl index 2ff64dd..77d5ab6 100644 --- a/RFXtoRP_HsrCarrierApt.ftl +++ b/RFXtoRP_HsrCarrierApt.ftl @@ -14,7 +14,6 @@ <#switch cloudEventMsg.action> <#case "C"> - <#case "U"> <#-- *********************************************** Action = CREATE or UPDATE ******************** --> <#assign dataRfx = JsonUtil.decodeBase64(cloudEventMsg.data) /> <#assign carrier_apt = JsonUtil.jsonToMap(dataRfx)> @@ -34,6 +33,7 @@ ] <#break> <#case "U"> + <#stop "Not yet implemented"> <#-- *********************************************** Action = Update ******************** --> <#assign dataRfx = JsonUtil.decodeBase64(cloudEventMsg.data) /> <#assign carrier_apt = JsonUtil.jsonToMap(dataRfx)>