mirror of
https://github.com/Alfresco/alfresco-community-repo.git
synced 2025-08-14 17:58:59 +00:00
Merged HEAD-BUG-FIX (4.3/Cloud) to HEAD (4.3/Cloud)
59349: Merged V4.2-BUG-FIX (4.2.1) to HEAD-BUG-FIX (Cloud/4.3) 59348: Merged V4.1-BUG-FIX (4.1.8) to V4.2-BUG-FIX (4.2.1) 59346: MNT-9771: Merged V4.1.7 (4.1.7.1) to V4.1-BUG-FIX (4.1.8) 59313: MNT-10231 : CLONE: Version History shows incorrect creator for previous versions - Java-backed webscript CommentsPost added. Also auditable behavior is disabled around creating comment-node 59326: MNT-10231 : CLONE: Version History shows incorrect creator for previous versions - Posting activity item added to CommentsPost web-script. Also copyright message and comments added, @since changed to 4.1.7.1 59334: MNT-10231: Merged DEV to V4.1.7 (4.1.7.1) 56938: MNT-9771 : Version History shows incorrect creator for previous versions - Added a test to reproduce this issue git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/alfresco/HEAD/root@62132 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261
This commit is contained in:
@@ -1880,7 +1880,17 @@
|
||||
</list>
|
||||
</property>
|
||||
</bean>
|
||||
|
||||
|
||||
<!-- -->
|
||||
<!-- CommentService REST API -->
|
||||
<!-- -->
|
||||
<bean id="webscript.org.alfresco.repository.comments.comments.post"
|
||||
class="org.alfresco.repo.web.scripts.comments.CommentsPost"
|
||||
parent="webscript">
|
||||
<property name="serviceRegistry" ref="ServiceRegistry"/>
|
||||
<property name="behaviourFilter" ref="policyBehaviourFilter" />
|
||||
<property name="activityService" ref="activityService"/>
|
||||
</bean>
|
||||
|
||||
<!-- -->
|
||||
<!-- Multi-Tenant Admin -->
|
||||
|
Reference in New Issue
Block a user