From 7014074609da5fe80bc3aca712a679cf5f5b5064 Mon Sep 17 00:00:00 2001 From: bdwiwedi Date: Mon, 2 Aug 2021 17:28:18 +0530 Subject: [PATCH] RM-6941 Changes for retention action on frozen nodes [ags] --- .../action/RecordsManagementActionServiceImpl.java | 1 + 1 file changed, 1 insertion(+) diff --git a/amps/ags/rm-community/rm-community-repo/source/java/org/alfresco/module/org_alfresco_module_rm/action/RecordsManagementActionServiceImpl.java b/amps/ags/rm-community/rm-community-repo/source/java/org/alfresco/module/org_alfresco_module_rm/action/RecordsManagementActionServiceImpl.java index 9d1867bbad..a4c816d04c 100644 --- a/amps/ags/rm-community/rm-community-repo/source/java/org/alfresco/module/org_alfresco_module_rm/action/RecordsManagementActionServiceImpl.java +++ b/amps/ags/rm-community/rm-community-repo/source/java/org/alfresco/module/org_alfresco_module_rm/action/RecordsManagementActionServiceImpl.java @@ -86,6 +86,7 @@ public class RecordsManagementActionServiceImpl implements RecordsManagementActi this.dispositionService = dispositionService; } + /** list of disposition actions to automatically execute */ private List retentionActions;