Revert "Fix category picker visibility to show only permitted categories base…"

This reverts commit 8645cdc76d.
This commit is contained in:
varapathijanakiram
2025-05-26 20:45:15 +05:30
committed by GitHub
parent 766a6def2b
commit 03621db30a

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>
]
}