mirror of
https://github.com/Alfresco/alfresco-community-repo.git
synced 2025-07-24 17:32:48 +00:00
Fix renaming of 'Company Home' and other system folders such as Data Dictionary - AR-318
git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/alfresco/HEAD/root@2045 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261
This commit is contained in:
@@ -12,6 +12,15 @@
|
||||
<property name="searchService"><ref bean="SearchService" /></property>
|
||||
<property name="contentService"><ref bean="contentService" /></property>
|
||||
<property name="mimetypeService"><ref bean="mimetypeMap" /></property>
|
||||
|
||||
<property name="systemPaths">
|
||||
<list>
|
||||
<value>/${spaces.company_home.childname}</value>
|
||||
<value>/${spaces.company_home.childname}/${spaces.dictionary.childname}</value>
|
||||
<value>/${spaces.company_home.childname}/${spaces.dictionary.childname}/${spaces.templates.childname}</value>
|
||||
<value>/${spaces.company_home.childname}/${spaces.dictionary.childname}/${spaces.templates.content.childname}</value>
|
||||
</list>
|
||||
</property>
|
||||
</bean>
|
||||
|
||||
</beans>
|
||||
|
Reference in New Issue
Block a user