From 21be57acf21d7d52a24d0fe88fa3470901b6bb6f Mon Sep 17 00:00:00 2001 From: Tuna Aksoy Date: Sun, 15 Jun 2014 21:15:25 +0000 Subject: [PATCH] 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 --- .../org/alfresco/slingshot/documentlibrary-v2/rm-doclist.lib.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rm-server/config/alfresco/templates/webscripts/org/alfresco/slingshot/documentlibrary-v2/rm-doclist.lib.js b/rm-server/config/alfresco/templates/webscripts/org/alfresco/slingshot/documentlibrary-v2/rm-doclist.lib.js index cf1c47cc28..ce743ebec6 100644 --- a/rm-server/config/alfresco/templates/webscripts/org/alfresco/slingshot/documentlibrary-v2/rm-doclist.lib.js +++ b/rm-server/config/alfresco/templates/webscripts/org/alfresco/slingshot/documentlibrary-v2/rm-doclist.lib.js @@ -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