diff --git a/rm-community/rm-community-repo/config/alfresco/module/org_alfresco_module_rm/rm-service-context.xml b/rm-community/rm-community-repo/config/alfresco/module/org_alfresco_module_rm/rm-service-context.xml index 7b7a037aa7..1ae4de9564 100644 --- a/rm-community/rm-community-repo/config/alfresco/module/org_alfresco_module_rm/rm-service-context.xml +++ b/rm-community/rm-community-repo/config/alfresco/module/org_alfresco_module_rm/rm-service-context.xml @@ -908,7 +908,7 @@ holds = holdService.heldBy(nodeRef, false); if (!CollectionUtils.isEmpty(holds)) { @@ -365,10 +370,6 @@ public class JSONConversionComponent extends org.alfresco.repo.jscript.app.JS break; } } - if (freezeService.isFrozen(nodeRef)) - { - rootJSONObject.put(IS_FROZEN_ACTIVE_CONTENT, true); - } } } }