cases where no generic FTL available yet

This commit is contained in:
Laure Pascal 2023-09-27 10:21:41 +02:00
parent d8c89f8639
commit 717cd294eb
3 changed files with 21 additions and 48 deletions

View File

@ -8,21 +8,12 @@
<#switch cloudEventMsg.action> <#switch cloudEventMsg.action>
<#case "C"> <#case "C">
<#case "U"> <#case "U">
<#-- *********************************************** Action = CREATE or UPDATE ******************** -->
<#assign dataRfx = JsonUtil.decodeBase64(cloudEventMsg.data) />
<#assign file = JsonUtil.jsonToMap(dataRfx)>
<#noparse><#--TODO RFXtoRP_HfGrade.ftl --></#noparse>
<#--<#include "RFXtoRP_RfxConfigurationRp.ftl"> -->
<#break>
<#case "D"> <#case "D">
<#-- *********************************************** Action = DELETE ******************** --> <#stop "no generic FTL file available yet for Grades">
<#stop "en attente de FTL">
<#break> <#break>
<#default> <#default>
<#stop> <#stop "event not supported">
</#switch> </#switch>

View File

@ -8,21 +8,12 @@
<#switch cloudEventMsg.action> <#switch cloudEventMsg.action>
<#case "C"> <#case "C">
<#case "U"> <#case "U">
<#-- *********************************************** Action = CREATE or UPDATE ******************** -->
<#assign dataRfx = JsonUtil.decodeBase64(cloudEventMsg.data) />
<#assign file = JsonUtil.jsonToMap(dataRfx)>
<#noparse><#--TODO RFXtoRP_HfLvTypeList.ftl --></#noparse>
<#--<#include "RFXtoRP_RfxConfigurationRp.ftl"> -->
<#break>
<#case "D"> <#case "D">
<#-- *********************************************** Action = DELETE ******************** --> <#stop "no generic FTL file available yet for LV types">
<#stop "en attente de FTL">
<#break> <#break>
<#default> <#default>
<#stop> <#stop "event not supported">
</#switch> </#switch>

View File

@ -8,21 +8,12 @@
<#switch cloudEventMsg.action> <#switch cloudEventMsg.action>
<#case "C"> <#case "C">
<#case "U"> <#case "U">
<#-- *********************************************** Action = CREATE or UPDATE ******************** -->
<#assign dataRfx = JsonUtil.decodeBase64(cloudEventMsg.data) />
<#assign file = JsonUtil.jsonToMap(dataRfx)>
<#noparse><#--TODO RFXtoRP_HfOwner.ftl --></#noparse>
<#--<#include "RFXtoRP_RfxConfigurationRp.ftl"> -->
<#break>
<#case "D"> <#case "D">
<#-- *********************************************** Action = DELETE ******************** --> <#stop "no generic FTL file available yet for Owners">
<#stop "en attente de FTL">
<#break> <#break>
<#default> <#default>
<#stop> <#stop "event not supported">
</#switch> </#switch>