This commit is contained in:
Laurie MONTANT 2025-11-19 11:55:43 +01:00
parent d7693249ca
commit a5891999f2

View File

@ -33,7 +33,7 @@
] ]
<#break> <#break>
<#case "U"> <#case "U">
<#stop "Not yet implemented"> <#stop>
<#-- *********************************************** Action = Update ******************** <#-- *********************************************** Action = Update ********************
<#assign dataRfx = JsonUtil.decodeBase64(cloudEventMsg.data) /> <#assign dataRfx = JsonUtil.decodeBase64(cloudEventMsg.data) />
<#assign carrier_apt = JsonUtil.jsonToMap(dataRfx)> <#assign carrier_apt = JsonUtil.jsonToMap(dataRfx)>
@ -45,7 +45,7 @@
<#include "RFXtoRP_HsrCarrierApt_SiteForceUpdateAppointment.ftl"> <#include "RFXtoRP_HsrCarrierApt_SiteForceUpdateAppointment.ftl">
} }
]--> ]-->
<#break> <#break>
<#case "D"> <#case "D">
<#-- *********************************************** Action = Delete ******************** --> <#-- *********************************************** Action = Delete ******************** -->