Reverting MNT-24776 from master branch as this change is affecting other scenarios.

Reverting MNT-24776 from master branch as this change is affecting other scenarios.
This commit is contained in:
Debjit Chattopadhyay
2025-09-26 16:33:04 +05:30
committed by GitHub

View File

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