mirror of
https://github.com/Alfresco/alfresco-community-repo.git
synced 2025-07-24 17:32:48 +00:00
- Partial first cut of initial version of links management UI
git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/alfresco/HEAD/root@5917 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261
This commit is contained in:
@@ -503,6 +503,18 @@
|
||||
<property name="publicAction">
|
||||
<value>false</value>
|
||||
</property>
|
||||
</bean>
|
||||
|
||||
<bean id="avm-link-validation" class="org.alfresco.linkvalidation.LinkValidationAction" parent="action-executer">
|
||||
<property name="linkValidationService">
|
||||
<ref bean="LinkValidationService"/>
|
||||
</property>
|
||||
<property name="avmService">
|
||||
<ref bean="indexingAVMService"/>
|
||||
</property>
|
||||
<property name="publicAction">
|
||||
<value>false</value>
|
||||
</property>
|
||||
</bean>
|
||||
|
||||
<!-- Scheduled action helper beans -->
|
||||
|
@@ -132,3 +132,8 @@ start-avm-workflow.workflow-name.display-label=The name of the WCM workflow to i
|
||||
|
||||
copy-to-web-project.title=Copy item to a folder in a web project
|
||||
copy-to-web-project.description=This will copy the matched item to a folder in a web project.
|
||||
|
||||
avm-link-validation.title=Performs a link validation check.
|
||||
avm-link-validation.description=Performs a link validation check.
|
||||
avm-link-validation.monitor.display-label=The status object used to determine progress
|
||||
|
||||
|
Reference in New Issue
Block a user