mirror of
https://github.com/Alfresco/alfresco-community-repo.git
synced 2025-07-24 17:32:48 +00:00
Minor updates to content expiration
- I18N title for change request workflow - change request workflow title now includes the web project name the content came from - Added admin user name and workflow name as configurable properties for quartz job git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/alfresco/HEAD/root@5683 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261
This commit is contained in:
@@ -281,6 +281,12 @@
|
||||
|
||||
<!-- Bean used to process content that has expired in AVM staging areas -->
|
||||
<bean id="avmExpiredContentProcessor" class="org.alfresco.repo.avm.AVMExpiredContentProcessor">
|
||||
<property name="adminUserName">
|
||||
<value>admin</value>
|
||||
</property>
|
||||
<property name="workflowName">
|
||||
<value>jbpm$wcmwf:changerequest</value>
|
||||
</property>
|
||||
<property name="avmService">
|
||||
<ref bean="AVMService" />
|
||||
</property>
|
||||
|
Reference in New Issue
Block a user