From f04ac6bef1c338d7bb4a1b963c17d9b57803ef27 Mon Sep 17 00:00:00 2001 From: ehardon Date: Fri, 19 Jun 2020 16:46:47 +0300 Subject: [PATCH 1/2] 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) { From f05db32d363de8cf9b24dbfb53b0f5c7a1809c54 Mon Sep 17 00:00:00 2001 From: ehardon Date: Fri, 19 Jun 2020 18:19:56 +0300 Subject: [PATCH 2/2] APPS-37: - changed dialog button from ok to declare and file - add button localisation - removed unused imports - deleted unused js file - removed unused properties --- .../module/org_alfresco_module_rm/messages/actions.properties | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rm-community/rm-community-repo/config/alfresco/module/org_alfresco_module_rm/messages/actions.properties b/rm-community/rm-community-repo/config/alfresco/module/org_alfresco_module_rm/messages/actions.properties index edad51740f..34215766fe 100644 --- a/rm-community/rm-community-repo/config/alfresco/module/org_alfresco_module_rm/messages/actions.properties +++ b/rm-community/rm-community-repo/config/alfresco/module/org_alfresco_module_rm/messages/actions.properties @@ -46,7 +46,7 @@ isRecordType.description=Records have a specified record type # # i18n for Records Management Actions # -# Declare As Record +# File As Record create-record.title=File as Record create-record.description=Declares file as a record and optionally files it create-record.file-plan.display-label=File Plan