mirror of
https://github.com/Alfresco/alfresco-community-repo.git
synced 2025-07-24 17:32:48 +00:00
Plugged in the correct mlTranslationInterceptor for FileFolderService and removed the NodeService interceptor.
Removed some unecessary interceptor work. Fixed content filtering to default to the pivot translation if there is no translation for a required language. Fixed content filtering when switching back to ALL LANGUAGES. git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/alfresco/HEAD/root@5802 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261
This commit is contained in:
@@ -12,7 +12,6 @@
|
||||
<property name="copyService"><ref bean="copyService" /></property>
|
||||
<property name="searchService"><ref bean="admSearchService" /></property>
|
||||
<property name="contentService"><ref bean="contentService" /></property>
|
||||
<property name="multilingualContentService"><ref bean="multilingualContentService" /></property>
|
||||
<property name="mimetypeService"><ref bean="mimetypeService" /></property>
|
||||
|
||||
<property name="systemPaths">
|
||||
@@ -35,6 +34,9 @@
|
||||
<property name="multilingualContentService">
|
||||
<ref bean="multilingualContentService"/>
|
||||
</property>
|
||||
<property name="fileFolderService">
|
||||
<ref bean="fileFolderService"/>
|
||||
</property>
|
||||
</bean>
|
||||
|
||||
<bean id="mlContentInterceptor" class="org.alfresco.repo.model.ml.MLContentInterceptor" >
|
||||
|
Reference in New Issue
Block a user