- Added delete item action to change request task dialog (means expired items can now be deleted)

- Added virtual server callback to inform it of workflow sandboxes created for change request workflow

git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/alfresco/HEAD/root@5693 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261
This commit is contained in:
Gavin Cornwell
2007-05-16 14:57:31 +00:00
parent e83bbf8131
commit a0fb37db91
3 changed files with 27 additions and 2 deletions

View File

@@ -308,6 +308,9 @@
<property name="transactionService">
<ref bean="TransactionService" />
</property>
<property name="virtServerRegistry">
<ref bean="VirtServerRegistry" />
</property>
</bean>
<!-- AVM Locking. -->