From b468506b2d339d9372308270dcc489ad1ca1bc7e Mon Sep 17 00:00:00 2001 From: ehardon Date: Fri, 19 Jun 2020 12:20:32 +0300 Subject: [PATCH] APPS-37: - update action label to File as Record - imported style for treeview - fixed some minor issues --- .../module/org_alfresco_module_rm/messages/actions.properties | 2 +- .../org/alfresco/slingshot/documentlibrary/rm-treenode.get.js | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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 993ff71a05..edad51740f 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 @@ -47,7 +47,7 @@ isRecordType.description=Records have a specified record type # i18n for Records Management Actions # # Declare As Record -create-record.title=Declare and 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 create-record.hide-record.display-label=Hide Record 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 667a41fcc9..fb95431d67 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() // - hasCreateCapability = rmNode.hasCapability("Create"); + var hasCreateCapability = rmNode.hasCapability("Create"); if (evalChildFolders) {