Backported the MNT-24776 (#3364)

This commit is contained in:
varapathijanakiram
2025-05-23 17:11:13 +05:30
committed by GitHub
parent 460cc1f2cd
commit d86415401d

View File

@@ -40,6 +40,7 @@
"items": "items":
[ [
<#list results as row> <#list results as row>
<#if row.item.hasPermission("Read")>
{ {
"type": "${row.item.typeShort}", "type": "${row.item.typeShort}",
"parentType": "${row.item.parentTypeShort!""}", "parentType": "${row.item.parentTypeShort!""}",
@@ -75,9 +76,10 @@
"nodeRef": "${row.item.nodeRef}"<#if row.selectable?exists>, "nodeRef": "${row.item.nodeRef}"<#if row.selectable?exists>,
"selectable" : ${row.selectable?string}</#if> "selectable" : ${row.selectable?string}</#if>
}<#if row_has_next>,</#if> }<#if row_has_next>,</#if>
</#if>
</#list> </#list>
] ]
} }
} }
</#escape> </#escape>
</#macro> </#macro>