RM-1547 (Records in a hold can be can't be displayed in the holds container)

git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/modules/recordsmanagement/HEAD@73868 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261
This commit is contained in:
Tuna Aksoy
2014-06-15 21:15:25 +00:00
parent bd4674bdbe
commit 21be57acf2

View File

@@ -251,7 +251,7 @@ function rm_doclist_main()
item.likes = Common.getLikes(node);
// Does this collection of nodes have potentially differering paths?
if (filterParams.variablePath || item.isLink)
if (filterParams.variablePath || item.isLink || filterParams.filter === "containerFilter")
{
locationNode = item.isLink ? item.linkedNode : item.node;
// Ensure we have Read permissions on the destination on the link object