This commit is contained in:
Laurie MONTANT 2024-09-16 13:54:09 +02:00
parent 01d58746d8
commit 7857dfd696
2 changed files with 30 additions and 21 deletions

View File

@ -1,10 +1,18 @@
<#include "HfRpConfig.ftl">
[
{
"Header": {
"ProjectID": "${projectRP}"
},
"ID": {
<#--<#if reflex_platform_project_list.site_code_unicity?? && reflex_platform_project_list.site_code_unicity=true >
"RefID": "${depot.physical_depot_code?trim?json_string}"
<#else>
"RefID": "DPO${depot.physical_depot_code?trim?json_string}"
</#if>-->
"RefID": "${depot.physical_depot_code?trim?json_string}"
},
"Payload": {

View File

@ -31,6 +31,7 @@
<#list file.reflex_platform_project_list?filter(l -> l.name == projectRP) as reflex_platform_project>
<#noparse><#assign text_language_rfx = </#noparse>"${reflex_platform_project.text_language!"en"}<#noparse>"></#noparse>
</#list>
</#list>
<#noparse><#assign uniqueness = </#noparse>"${file.reflex_platform_project_list.site_code_unicity}<#noparse>"></#noparse>