mirror of
https://github.com/Alfresco/alfresco-community-repo.git
synced 2025-07-24 17:32:48 +00:00
onCreateNode javascript policy added for app:projectfolder type
git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/alfresco/HEAD/root@7580 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261
This commit is contained in:
@@ -2,7 +2,7 @@
|
||||
<!DOCTYPE beans PUBLIC '-//SPRING//DTD BEAN//EN' 'http://www.springframework.org/dtd/spring-beans.dtd'>
|
||||
|
||||
<!-- references to XML configurations -->
|
||||
<beans >
|
||||
<beans>
|
||||
|
||||
<import resource="classpath:alfresco/cache-context.xml" />
|
||||
<import resource="classpath:alfresco/st-context.xml"/>
|
||||
@@ -38,6 +38,7 @@
|
||||
<import resource="classpath:alfresco/linkvalidation-service-context.xml"/>
|
||||
<import resource="classpath:alfresco/remote-services-context.xml"/>
|
||||
<import resource="classpath:alfresco/office-addin-context.xml"/>
|
||||
<import resource="classpath:alfresco/projects-context.xml"/>
|
||||
<import resource="classpath*:alfresco/patch/*-context.xml" />
|
||||
<import resource="classpath*:alfresco/domain/*-context.xml" />
|
||||
|
||||
@@ -62,4 +63,4 @@
|
||||
<import resource="classpath*:alfresco/extension/*-context.xml"/>
|
||||
<import resource="classpath*:alfresco/extension/dev-context.xml" />
|
||||
|
||||
</beans>
|
||||
</beans>
|
Reference in New Issue
Block a user