RM: Remove the extended security when 'hiding' a record withing a collaboration site.

* relates to RM-583 ... ensures the records that have been hidden no longer appear in the document search results.



git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/modules/recordsmanagement/HEAD@45746 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261
This commit is contained in:
Roy Wetherall
2013-01-23 05:03:52 +00:00
parent 785f6adde3
commit 035556c8c3
3 changed files with 43 additions and 12 deletions

View File

@@ -28,6 +28,7 @@
<bean id="hide-record" parent="action-executer" class="org.alfresco.module.org_alfresco_module_rm.action.dm.HideRecordAction">
<property name="permissionService" ref="PermissionService"/>
<property name="nodeService" ref="NodeService" />
<property name="extendedSecurityService" ref="ExtendedSecurityService" />
</bean>
</beans>