MNT-21603 Fix contentPropertyRestrictions.whitelist param (#1087)

This commit is contained in:
Alex Mukha
2020-07-13 16:35:09 +01:00
committed by GitHub
parent 4e0cd9e3d0
commit 6d522fa8cf

View File

@@ -92,7 +92,7 @@
<property name="dictionaryService" ref="dictionaryService" />
<property name="nodeService" ref="mlAwareNodeService" />
<property name="globalContentPropertyRestrictions" value="${contentPropertyRestrictions.enabled}" />
<property name="globalContentPropertyRestrictionWhiteList" value="{contentPropertyRestrictions.whitelist}"/>
<property name="globalContentPropertyRestrictionWhiteList" value="${contentPropertyRestrictions.whitelist}"/>
</bean>
<bean id="disableAuditablePolicySetPropertyInterceptor" class="org.alfresco.repo.audit.DisableAuditableBehaviourInterceptor">