modifs
This commit is contained in:
parent
01d58746d8
commit
7857dfd696
@ -1,10 +1,18 @@
|
|||||||
|
<#include "HfRpConfig.ftl">
|
||||||
[
|
[
|
||||||
{
|
{
|
||||||
"Header": {
|
"Header": {
|
||||||
"ProjectID": "${projectRP}"
|
"ProjectID": "${projectRP}"
|
||||||
},
|
},
|
||||||
"ID": {
|
"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}"
|
"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": {
|
"Payload": {
|
||||||
|
|||||||
@ -31,6 +31,7 @@
|
|||||||
|
|
||||||
<#list file.reflex_platform_project_list?filter(l -> l.name == projectRP) as reflex_platform_project>
|
<#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>
|
<#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>
|
||||||
|
|
||||||
Loading…
x
Reference in New Issue
Block a user