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

View File

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