loftuxab/manual-manager

manual-manager overrides the bean which loads mimetypes preventing custom mimetype maps

Ashex opened this issue · 1 comments

I recently became aware of an issue with manual-manager. If you place a custom mimetype map in shared/classes/alfresco/extension/mimetypes it will not be loaded if manual-manager is installed. This is because manual-manager overrides the bean that loads them and explicitly defines the files that are loaded.

Digging around, perhaps these values should be in there too:

<value>classpath*:alfresco/module/*/mimetype-map*.xml</value> <value>classpath*:alfresco/extension/mimetype/*-map.xml</value>