From e8591d0cfb9e046c6145022182b041348a15b308 Mon Sep 17 00:00:00 2001 From: Andy Healey Date: Wed, 12 Jul 2017 14:33:22 +0100 Subject: [PATCH 1/3] DOCS-3531 - Update action-service.properties --- .../messages/action-service.properties | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/rm-community/rm-community-repo/config/alfresco/module/org_alfresco_module_rm/messages/action-service.properties b/rm-community/rm-community-repo/config/alfresco/module/org_alfresco_module_rm/messages/action-service.properties index 3d36f0ec7c..4484b4fcf2 100644 --- a/rm-community/rm-community-repo/config/alfresco/module/org_alfresco_module_rm/messages/action-service.properties +++ b/rm-community/rm-community-repo/config/alfresco/module/org_alfresco_module_rm/messages/action-service.properties @@ -39,10 +39,10 @@ rm.action.parameter-not-supplied=Add a ''{0}'' to continue. rm.action.delete-not-hold-type=We couldn't delete the hold because {1} isn't of type {0}. rm.action.cast-to-rm-type=You can't upload a custom folder type to the records management file plan. rm.action.record-folder-create=You can't create a record folder in another record folder. -rm.action.unique.child.type-error-message=Operation failed. Multiple children of this type are not allowed. -rm.action.multiple.children.type-error-message=Operation failed. Children of type {0} are not allowed -rm.action.create.transfer.container.child-error-message=Operation failed. Creation is not allowed in Transfer Container. -rm.action.create.transfer.child-error-message=Operation failed. Creation is not allowed in Transfer Folders. -rm.action.create.record.folder.child-error-message=Only records can be created in record folders but it was {0} -rm.action.transfer-non-editable=The metadata of transfer nodes is not editable. +rm.action.unique.child.type-error-message=You can't create multiple items of this type here. +rm.action.multiple.children.type-error-message=You can't create {0} here. +rm.action.create.transfer.container.child-error-message=You can't create items in the Transfer container. +rm.action.create.transfer.child-error-message=You can't create items in Transfer Folders. +rm.action.create.record.folder.child-error-message=You can only create records in record folders. +rm.action.transfer-non-editable=You can't edit transfer folder or container metadata. From 96e5b3bb8ff2f15de4216d056a57e0030b8a2f39 Mon Sep 17 00:00:00 2001 From: Andy Healey Date: Wed, 12 Jul 2017 14:35:09 +0100 Subject: [PATCH 2/3] DOCS-3531 - Update records-management-service.properties --- .../messages/records-management-service.properties | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/rm-community/rm-community-repo/config/alfresco/module/org_alfresco_module_rm/messages/records-management-service.properties b/rm-community/rm-community-repo/config/alfresco/module/org_alfresco_module_rm/messages/records-management-service.properties index a42ee061f7..3287a0cbab 100644 --- a/rm-community/rm-community-repo/config/alfresco/module/org_alfresco_module_rm/messages/records-management-service.properties +++ b/rm-community/rm-community-repo/config/alfresco/module/org_alfresco_module_rm/messages/records-management-service.properties @@ -20,5 +20,5 @@ rm.service.node-has-aspect=The record type {1} is already showing for record {0} rm.service.final-version=Final rm.service.final-version-description=The final archived record version rm.service.enable-autoversion-on-record-creation=Auto Version on Record Creation -rm.service.add-children-to-closed-record-folder=You can't add new items to a closed record folder -rm.service.update-record-content=Could not update content property as it's immutable for records. \ No newline at end of file +rm.service.add-children-to-closed-record-folder=You can't add new items to a closed record folder. +rm.service.update-record-content=You can't update a record's content property. \ No newline at end of file From 2fa6760a264a1b907ff94033231df4265eafde0f Mon Sep 17 00:00:00 2001 From: Andy Healey Date: Thu, 13 Jul 2017 09:31:56 +0100 Subject: [PATCH 3/3] Update action-service.properties --- .../org_alfresco_module_rm/messages/action-service.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/action-service.properties b/rm-community/rm-community-repo/config/alfresco/module/org_alfresco_module_rm/messages/action-service.properties index 4484b4fcf2..eeac19f2e6 100644 --- a/rm-community/rm-community-repo/config/alfresco/module/org_alfresco_module_rm/messages/action-service.properties +++ b/rm-community/rm-community-repo/config/alfresco/module/org_alfresco_module_rm/messages/action-service.properties @@ -43,6 +43,6 @@ rm.action.unique.child.type-error-message=You can't create multiple items of thi rm.action.multiple.children.type-error-message=You can't create {0} here. rm.action.create.transfer.container.child-error-message=You can't create items in the Transfer container. rm.action.create.transfer.child-error-message=You can't create items in Transfer Folders. -rm.action.create.record.folder.child-error-message=You can only create records in record folders. +rm.action.create.record.folder.child-error-message=You can only create records in record folders and this was a {0}. rm.action.transfer-non-editable=You can't edit transfer folder or container metadata.