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>
|
||||
|
@@ -225,6 +225,7 @@
|
||||
<value>alfresco.messages.schema-update</value>
|
||||
<value>alfresco.messages.webdav-messages</value>
|
||||
<value>alfresco.messages.copy-service</value>
|
||||
<value>alfresco.messages.avm-messages</value>
|
||||
</list>
|
||||
</property>
|
||||
</bean>
|
||||
|
3
config/alfresco/messages/avm-messages.properties
Normal file
3
config/alfresco/messages/avm-messages.properties
Normal file
@@ -0,0 +1,3 @@
|
||||
# AVM related messages
|
||||
|
||||
expiredcontent.workflow.title=Expired Content In ''{0}''
|
Reference in New Issue
Block a user