- 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:
Gavin Cornwell
2007-06-11 20:54:23 +00:00
parent a6440c5ac2
commit 4c6a93a5a9
6 changed files with 323 additions and 1 deletions

View File

@@ -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 -->

View File

@@ -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