mirror of
https://github.com/Alfresco/alfresco-community-repo.git
synced 2025-07-24 17:32:48 +00:00
onCreateNode script for app:project type now deep copies contents of Project space template when a New Project is created via the action in the Projects space
git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/alfresco/HEAD/root@7609 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261
This commit is contained in:
@@ -6,7 +6,7 @@
|
||||
<!-- Project behaviour registration -->
|
||||
<bean id="app_projectfolder_onCreateNode" class="org.alfresco.repo.policy.registration.ClassPolicyRegistration" parent="policyRegistration">
|
||||
<property name="policyName">
|
||||
<value>{http://www.alfresco.org}onUpdateNode</value>
|
||||
<value>{http://www.alfresco.org}onCreateNode</value>
|
||||
</property>
|
||||
<property name="className">
|
||||
<value>{http://www.alfresco.org/model/application/1.0}projectfolder</value>
|
||||
|
Reference in New Issue
Block a user