mirror of
https://github.com/Alfresco/alfresco-community-repo.git
synced 2025-08-14 17:58:59 +00:00
Finish ALF-4134 - running action cancel request webscript
git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/alfresco/HEAD/root@21676 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261
This commit is contained in:
@@ -913,6 +913,12 @@
|
||||
parent="abstractActionWebScript">
|
||||
</bean>
|
||||
|
||||
<!-- Cancels a running action -->
|
||||
<bean id="webscript.org.alfresco.repository.action.running-action.delete"
|
||||
class="org.alfresco.repo.web.scripts.action.RunningActionDelete"
|
||||
parent="abstractActionWebScript">
|
||||
</bean>
|
||||
|
||||
<!-- Lists the running actions -->
|
||||
<bean id="webscript.org.alfresco.repository.action.running-actions.get"
|
||||
class="org.alfresco.repo.web.scripts.action.RunningActionsGet"
|
||||
|
Reference in New Issue
Block a user