Fixed issue where discussions were lost after checkin & updated version number

git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/alfresco/HEAD/root@2230 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261
This commit is contained in:
Gavin Cornwell
2006-01-27 15:43:49 +00:00
parent b4d2db1017
commit c81c8f59e8
4 changed files with 271 additions and 1 deletions

View File

@@ -515,6 +515,18 @@
<ref bean="LockService" />
</property>
</bean>
<bean id="discussableAspect" class="org.alfresco.repo.forum.DiscussableAspect" init-method="init">
<property name="policyComponent">
<ref bean="policyComponent" />
</property>
<property name="nodeService">
<ref bean="NodeService" />
</property>
<property name="fileFolderService">
<ref bean="FileFolderService" />
</property>
</bean>
<!-- Policy Support -->

View File

@@ -6,3 +6,5 @@ coci_service.err_not_owner=This user is not the owner of the working copy and ca
coci_service.err_workingcopy_checkout=A working copy can not be checked out.
coci_service.err_not_authenticated=Can not find the currently authenticated user details required by the CheckOutCheckIn service.
coci_service.err_workingcopy_has_no_mimetype=Working copy node ({0}) has no mimetype
coci_service.discussion_for={0} discussion

View File

@@ -7,7 +7,7 @@
version.major=1
version.minor=2
version.revision=0
version.label=dev
version.label=RC1
# Edition label