Fixed merge issue. Added recordService as a bean property. Missing service was causing a NullPointerException.

git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/modules/recordsmanagement/HEAD@43946 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261
This commit is contained in:
Tuna Aksoy
2012-11-26 10:25:11 +00:00
parent a7ba407f93
commit c4fb7ac119

View File

@@ -11,6 +11,7 @@
<property name="permissionService" ref="PermissionService" />
<property name="nodeService" ref="NodeService" />
<property name="freezeService" ref="FreezeService" />
<property name="recordService" ref="recordService" />
</bean>
<bean id="capabilityCondition.frozen"