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