From 9ef1db7005b69ba74b8b7455d9e99f542d0926f5 Mon Sep 17 00:00:00 2001 From: ehardon Date: Tue, 7 Apr 2020 17:53:29 +0300 Subject: [PATCH] RM-6645: Added DelegateAction beans for archive and restore glacier actions - added actions in the rules page - added actions definitions and title --- .../messages/actions.properties | 9 +++++ .../rm-action-context.xml | 37 +++++++++++++++++++ 2 files changed, 46 insertions(+) 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 8095c5c74e..d66c28dd97 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,6 +46,15 @@ isRecordType.description=Records have a specified record type # # i18n for Records Management Actions # + +# Archive +archiveAction.title=Archive to AWS Glacier +archiveAction.description=This marks the specified content to be transitioned to AWS Glacier. +# Restore +restoreAction.title=Restore from AWS Glacier +restoreAction.description=This marks the specified content to be temporary restored from AWS Glacier. +restoreAction.tier.display-label=Restoration tier +restoreAction.expiration-days.display-label=Expiration in days # Declare As Record create-record.title=Declare as Record create-record.description=Declares file as a record and optionally files it diff --git a/rm-community/rm-community-repo/config/alfresco/module/org_alfresco_module_rm/rm-action-context.xml b/rm-community/rm-community-repo/config/alfresco/module/org_alfresco_module_rm/rm-action-context.xml index 649022988c..e4d3d4c4a4 100644 --- a/rm-community/rm-community-repo/config/alfresco/module/org_alfresco_module_rm/rm-action-context.xml +++ b/rm-community/rm-community-repo/config/alfresco/module/org_alfresco_module_rm/rm-action-context.xml @@ -1154,4 +1154,41 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +