This commit is contained in:
2025-12-10 18:23:52 +01:00
parent e8551aa698
commit b0e231a38d
2 changed files with 28 additions and 0 deletions

View File

@@ -47,6 +47,18 @@
}
]
<#break>
<#-- *********************************************** Action = SlotUpdated ******************** -->
<#case "Canceled">
<#assign appointment = eventRP.data />
[
{
<#assign apiRestReflexID = ApiRestReflexID.appointment_put_update>
"apiRestReflexID" : "${apiRestReflexID}",
"datas" :
<#include "RPtoRFX_CarrierAppointmentCanceled.ftl">
}
]
<#break>
<#default>
<#stop >
</#switch>