mirror of
https://github.com/Alfresco/alfresco-community-repo.git
synced 2025-07-31 17:39:05 +00:00
Merge remote-tracking branch 'remotes/origin/feature/APPS-37_DeclareAndFileAsRecordUI' into feature/APPS-41_DeclareAndFileAsRecordRuleTests
This commit is contained in:
@@ -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
|
||||
|
@@ -93,7 +93,7 @@ function getTreenode()
|
||||
|
||||
//
|
||||
|
||||
var hasCreateCapability = rmNode.hasCapability("Create");
|
||||
hasCreateCapability = rmNode.hasCapability("Create");
|
||||
|
||||
if (evalChildFolders)
|
||||
{
|
||||
|
Reference in New Issue
Block a user