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
|
totalRecords: totalRecords
|
||||||
},
|
},
|
||||||
user: user,
|
user: user,
|
||||||
items: items
|
items: items,
|
||||||
|
parent: filterParams.variablePath ? null : parsedArgs.parentNode
|
||||||
});
|
});
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@@ -9,6 +9,9 @@
|
|||||||
"startIndex": ${paging.startIndex?c},
|
"startIndex": ${paging.startIndex?c},
|
||||||
"metadata":
|
"metadata":
|
||||||
{
|
{
|
||||||
|
"parent":
|
||||||
|
{
|
||||||
|
<#if doclist.parent??>"nodeRef": "${doclist.parent.nodeRef}",</#if>
|
||||||
"permissions":
|
"permissions":
|
||||||
{
|
{
|
||||||
"userRole": "${user.role!""}",
|
"userRole": "${user.role!""}",
|
||||||
@@ -19,6 +22,7 @@
|
|||||||
"delete" : ${user.permissions.delete?string}
|
"delete" : ${user.permissions.delete?string}
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
},
|
||||||
"onlineEditing": ${doclist.onlineEditing?string},
|
"onlineEditing": ${doclist.onlineEditing?string},
|
||||||
"itemCounts":
|
"itemCounts":
|
||||||
{
|
{
|
||||||
|
Reference in New Issue
Block a user