mirror of
https://github.com/Alfresco/alfresco-community-repo.git
synced 2025-10-08 14:51:49 +00:00
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:
@@ -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
|
||||
|
Reference in New Issue
Block a user