mirror of
https://github.com/Alfresco/alfresco-community-repo.git
synced 2025-08-21 18:09:20 +00:00
MOB-1518 - Not having an in-context "View Details" action for the "current" folder makes using the RM doclib very time consuming (and is bad for permformance)
git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/alfresco/HEAD/root@16435 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261
This commit is contained in:
@@ -337,7 +337,8 @@ function main()
|
||||
totalRecords: totalRecords
|
||||
},
|
||||
user: user,
|
||||
items: items
|
||||
items: items,
|
||||
parent: filterParams.variablePath ? null : parsedArgs.parentNode
|
||||
});
|
||||
}
|
||||
|
||||
|
@@ -9,6 +9,9 @@
|
||||
"startIndex": ${paging.startIndex?c},
|
||||
"metadata":
|
||||
{
|
||||
"parent":
|
||||
{
|
||||
<#if doclist.parent??>"nodeRef": "${doclist.parent.nodeRef}",</#if>
|
||||
"permissions":
|
||||
{
|
||||
"userRole": "${user.role!""}",
|
||||
@@ -19,6 +22,7 @@
|
||||
"delete" : ${user.permissions.delete?string}
|
||||
}
|
||||
},
|
||||
},
|
||||
"onlineEditing": ${doclist.onlineEditing?string},
|
||||
"itemCounts":
|
||||
{
|
||||
|
Reference in New Issue
Block a user