This commit is contained in:
Laurie MONTANT 2024-02-15 10:19:31 +01:00
parent c183b1398e
commit feee703166

View File

@ -1,5 +1,5 @@
<#-- *********************************************** Parameter global ******************** --> <#-- *********************************************** Parameter global ******************** -->
<#assign cloudEventMsg = JsonUtil.jsonToMap(input)> <#assign cloudEventMsg = JsonUtil.jsonToMap(input)>
<#assign projectRP = project> <#assign projectRP = project>
<#assign organisationRP = organisation> <#assign organisationRP = organisation>
@ -9,10 +9,12 @@
<#case "C"> <#case "C">
<#case "U"> <#case "U">
<#case "D"> <#case "D">
<#stop "no generic FTL file available yet for LV types">
<#--<#stop "no generic FTL file available yet for LV types"> -->
<#stop>
<#break> <#break>
<#default> <#default>
<#stop "event not supported"> <#stop "event not supported">
</#switch> </#switch>