mirror of
https://github.com/Alfresco/alfresco-community-repo.git
synced 2025-07-31 17:39:05 +00:00
MNT-21603 Fix contentPropertyRestrictions.whitelist param (#1087)
This commit is contained in:
@@ -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">
|
||||
|
Reference in New Issue
Block a user