mirror of
https://github.com/Alfresco/alfresco-community-repo.git
synced 2025-07-31 17:39:05 +00:00
Mimetypes available for transform action in the UI are now defined in an overrideable bean
git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/alfresco/HEAD/root@2216 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261
This commit is contained in:
@@ -488,6 +488,10 @@
|
||||
<property-name>rulesBean</property-name>
|
||||
<value>#{RulesBean}</value>
|
||||
</managed-property>
|
||||
<managed-property>
|
||||
<property-name>transformMimetypes</property-name>
|
||||
<value>#{webClientTransformMimetypes}</value>
|
||||
</managed-property>
|
||||
</managed-bean>
|
||||
|
||||
<managed-bean>
|
||||
@@ -525,6 +529,10 @@
|
||||
<property-name>mimetypeService</property-name>
|
||||
<value>#{MimetypeService}</value>
|
||||
</managed-property>
|
||||
<managed-property>
|
||||
<property-name>transformMimetypes</property-name>
|
||||
<value>#{webClientTransformMimetypes}</value>
|
||||
</managed-property>
|
||||
</managed-bean>
|
||||
|
||||
<managed-bean>
|
||||
|
@@ -57,9 +57,9 @@
|
||||
<context-param>
|
||||
<param-name>contextConfigLocation</param-name>
|
||||
<param-value>
|
||||
classpath:alfresco/application-context.xml
|
||||
classpath:alfresco/web-client-application-context.xml
|
||||
classpath:web-services-application-context.xml
|
||||
classpath:alfresco/application-context.xml
|
||||
</param-value>
|
||||
<description>Spring config file locations</description>
|
||||
</context-param>
|
||||
|
Reference in New Issue
Block a user