From cde81b3e8b6def8aaaf602b2b50b3743d5c7c5a1 Mon Sep 17 00:00:00 2001 From: Laurie Montant Date: Mon, 16 Sep 2024 14:20:20 +0200 Subject: [PATCH] modifs --- RFXtoRP_HsrDepot_ActorCreated.ftl | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/RFXtoRP_HsrDepot_ActorCreated.ftl b/RFXtoRP_HsrDepot_ActorCreated.ftl index 73983c7..406d2c7 100644 --- a/RFXtoRP_HsrDepot_ActorCreated.ftl +++ b/RFXtoRP_HsrDepot_ActorCreated.ftl @@ -5,13 +5,13 @@ "ProjectID": "${projectRP}" }, "ID": { - <#--<#if reflex_platform_project_list.site_code_unicity?? && reflex_platform_project_list.site_code_unicity=true > + <#if uniqueness?? && uniqueness=yes > "RefID": "${depot.physical_depot_code?trim?json_string}" <#else> "RefID": "DPO${depot.physical_depot_code?trim?json_string}" --> - "RefID": "${depot.physical_depot_code?trim?json_string}" + },