RM-4234 When marking a node then also mark all renditions of it.

The same applies to clearing marks from a node.

This involved adding the rendition service to the base service (which I'm
a bit concerned about, because it looked like this should already have
been present).
This commit is contained in:
Tom Page
2017-02-10 11:07:24 +00:00
parent 26f0f54e8a
commit 67cb9863f1

View File

@@ -32,7 +32,8 @@
<property name="nodeService" ref="NodeService"/>
<property name="dictionaryService" ref="DictionaryService"/>
<property name="authenticationUtil" ref="rm.authenticationUtil"/>
<property name='transactionalResourceHelper' ref="rm.transactionalResourceHelper" />
<property name="transactionalResourceHelper" ref="rm.transactionalResourceHelper" />
<property name="renditionService" ref="RenditionService" />
</bean>
<!-- Records Management Service Registry -->