mirror of
https://github.com/Alfresco/alfresco-community-repo.git
synced 2025-08-14 17:58:59 +00:00
Merged HEAD-BUG-FIX (5.0/Cloud) to HEAD (5.0/Cloud)
75580: Fix to Share Content Download bean definition since CMIS EOL merge. If DEV branches were synced up first this wouldn't happen. git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/alfresco/HEAD/root@77497 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261
This commit is contained in:
@@ -1960,7 +1960,7 @@
|
|||||||
</bean>
|
</bean>
|
||||||
|
|
||||||
<!-- Share Content Download - post of an Activity before performing a Site download action -->
|
<!-- Share Content Download - post of an Activity before performing a Site download action -->
|
||||||
<bean id="webscript.org.alfresco.slingshot.download.get" class="org.alfresco.slingshot.web.scripts.SlingshotContentGet" parent="webscript.org.alfresco.cmis.content.get">
|
<bean id="webscript.org.alfresco.slingshot.download.get" class="org.alfresco.slingshot.web.scripts.SlingshotContentGet" parent="webscript.org.alfresco.content.content.get">
|
||||||
<property name="siteService" ref="SiteService" />
|
<property name="siteService" ref="SiteService" />
|
||||||
<property name="activityService" ref="activityService" />
|
<property name="activityService" ref="activityService" />
|
||||||
</bean>
|
</bean>
|
||||||
|
Reference in New Issue
Block a user