SCPN1-10294

This commit is contained in:
2026-02-25 11:04:29 +01:00
parent 7bb190e4f5
commit b1527f9e7e

View File

@@ -27,6 +27,11 @@
<#if item.saved_picture_path?? && item.saved_picture_path!="" && item.saved_picture_path?starts_with("http") == true> <#if item.saved_picture_path?? && item.saved_picture_path!="" && item.saved_picture_path?starts_with("http") == true>
, ,
"PhotoURI": "${item.saved_picture_path?json_string}" "PhotoURI": "${item.saved_picture_path?json_string}"
<#else>
<#if item.url?? && item.url!="" && item.url?starts_with("http") == true>
,
"PhotoURI": "${item.url?json_string}"
</#if>
</#if> </#if>
<#-- Loop for the Logistical Variants - LV --> <#-- Loop for the Logistical Variants - LV -->