mirror of
https://github.com/Alfresco/alfresco-community-repo.git
synced 2025-08-07 17:49:17 +00:00
Merge remote-tracking branch 'remotes/origin/feature/APPS-37_DeclareAndFileAsRecordUI' into feature/APPS-41_DeclareAndFileAsRecordRuleTests
This commit is contained in:
@@ -47,7 +47,7 @@ isRecordType.description=Records have a specified record type
|
|||||||
# i18n for Records Management Actions
|
# i18n for Records Management Actions
|
||||||
#
|
#
|
||||||
# Declare As Record
|
# 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.description=Declares file as a record and optionally files it
|
||||||
create-record.file-plan.display-label=File Plan
|
create-record.file-plan.display-label=File Plan
|
||||||
create-record.hide-record.display-label=Hide Record
|
create-record.hide-record.display-label=Hide Record
|
||||||
|
@@ -93,7 +93,7 @@ function getTreenode()
|
|||||||
|
|
||||||
//
|
//
|
||||||
|
|
||||||
hasCreateCapability = rmNode.hasCapability("Create");
|
var hasCreateCapability = rmNode.hasCapability("Create");
|
||||||
|
|
||||||
if (evalChildFolders)
|
if (evalChildFolders)
|
||||||
{
|
{
|
||||||
|
Reference in New Issue
Block a user