From a2bad5e7060e3ffd5efe4ada0026d42c64c5d612 Mon Sep 17 00:00:00 2001 From: ehardon Date: Fri, 19 Jun 2020 16:46:47 +0300 Subject: [PATCH] APPS-37: - hide unfiled records folder when rm site not available(add check to see if rm site exists) - renamed dialog to avoid collision with copy move actions dialogs - set unfiled parameter to false and remove other checks related to this in copy-move-link-file-to.js --- .../org/alfresco/slingshot/documentlibrary/rm-treenode.get.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rm-community/rm-community-repo/config/alfresco/templates/webscripts/org/alfresco/slingshot/documentlibrary/rm-treenode.get.js b/rm-community/rm-community-repo/config/alfresco/templates/webscripts/org/alfresco/slingshot/documentlibrary/rm-treenode.get.js index fb95431d67..667a41fcc9 100644 --- a/rm-community/rm-community-repo/config/alfresco/templates/webscripts/org/alfresco/slingshot/documentlibrary/rm-treenode.get.js +++ b/rm-community/rm-community-repo/config/alfresco/templates/webscripts/org/alfresco/slingshot/documentlibrary/rm-treenode.get.js @@ -93,7 +93,7 @@ function getTreenode() // - var hasCreateCapability = rmNode.hasCapability("Create"); + hasCreateCapability = rmNode.hasCapability("Create"); if (evalChildFolders) {