mirror of
https://github.com/Alfresco/alfresco-community-repo.git
synced 2025-07-24 17:32:48 +00:00
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:
@@ -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 -->
|
||||
|
||||
|
@@ -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
|
@@ -7,7 +7,7 @@
|
||||
version.major=1
|
||||
version.minor=2
|
||||
version.revision=0
|
||||
version.label=dev
|
||||
version.label=RC1
|
||||
|
||||
# Edition label
|
||||
|
||||
|
Reference in New Issue
Block a user