icon given in definition type doesn't appear when a file is joined
I define a new Document Type “montype” with a new icon like this :
<type id="montype">
<label>Mon Nouveau Type</label>
<icon>/icons/montype-16.png</icon>
<bigIcon>/icons/montype-100.png</bigIcon>
<category>SimpleDocument</category>
<description>montype.description</description>
<default-view>view_documents</default-view>
<layouts mode="any">
<layout>montype</layout>
<layout>file</layout>
</layouts>
</type>
NuxeoDM show the new icon “montype.png” when i create an instance without a file joined but when i join a file (like an image or an excel file for instance), nuxeoDM show the image's icon or excel's icon instead of my montype-16.png. It is a bug or is there a way to keep my new Document Type's icon ?
Thanks !
Hello,
I found this (in french) : http://forum.nuxeo.com/?t=msg&goto=13477&&srch=icone#msg_13477
For english people, see that : https://jira.nuxeo.com/browse/NXP-6092
So, I will try to declare an extension for the listener MimetypeIconUpdater for my document's types.