From 637cdd4f3bc1475dfb395d4363a6a7ae52816f9c Mon Sep 17 00:00:00 2001 From: Manish Kumar <110275771+code4uuuu@users.noreply.github.com> Date: Mon, 9 Oct 2023 14:39:18 +0530 Subject: [PATCH] [ACS-4778] Added usr:user nodeType for exclusion in property file (#2232) --- repository/src/main/resources/alfresco/repository.properties | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/repository/src/main/resources/alfresco/repository.properties b/repository/src/main/resources/alfresco/repository.properties index 94eae2dbec..8f2493af04 100644 --- a/repository/src/main/resources/alfresco/repository.properties +++ b/repository/src/main/resources/alfresco/repository.properties @@ -1221,7 +1221,7 @@ contentPropertyRestrictions.whitelist= repo.event2.enabled=true # Type and aspect filters which should be excluded # Note: System folders node types are added by default -repo.event2.filter.nodeTypes=sys:*, fm:*, cm:thumbnail, cm:failedThumbnail, cm:rating, rma:rmsite include_subtypes +repo.event2.filter.nodeTypes=sys:*, fm:*, cm:thumbnail, cm:failedThumbnail, cm:rating, rma:rmsite include_subtypes, usr:user repo.event2.filter.nodeAspects=sys:* repo.event2.filter.childAssocTypes=rn:rendition # Comma separated list of users which should be excluded