<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic icon given in definition type doesn&amp;apos;t appear when a file is joined in Nuxeo Forum</title>
    <link>https://connect.hyland.com/t5/nuxeo-forum/icon-given-in-definition-type-doesn-apos-t-appear-when-a-file-is/m-p/323969#M10970</link>
    <description>&lt;P&gt;I define a new Document Type "montype" with a new icon like this :&lt;/P&gt;
&lt;PRE&gt;&lt;CODE&gt;  &amp;lt;type id="montype"&amp;gt;
      &amp;lt;label&amp;gt;Mon Nouveau Type&amp;lt;/label&amp;gt;
      &amp;lt;icon&amp;gt;/icons/montype-16.png&amp;lt;/icon&amp;gt;
      &amp;lt;bigIcon&amp;gt;/icons/montype-100.png&amp;lt;/bigIcon&amp;gt;
      &amp;lt;category&amp;gt;SimpleDocument&amp;lt;/category&amp;gt;
      &amp;lt;description&amp;gt;montype.description&amp;lt;/description&amp;gt;
      &amp;lt;default-view&amp;gt;view_documents&amp;lt;/default-view&amp;gt;
      &amp;lt;layouts mode="any"&amp;gt;
         &amp;lt;layout&amp;gt;montype&amp;lt;/layout&amp;gt;
         &amp;lt;layout&amp;gt;file&amp;lt;/layout&amp;gt;
      &amp;lt;/layouts&amp;gt;
    &amp;lt;/type&amp;gt;
&lt;/CODE&gt;&lt;/PRE&gt;
&lt;P&gt;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 ?&lt;/P&gt;
&lt;P&gt;Thanks !&lt;/P&gt;</description>
    <pubDate>Fri, 11 Jan 2013 17:43:57 GMT</pubDate>
    <dc:creator>brigitte_</dc:creator>
    <dc:date>2013-01-11T17:43:57Z</dc:date>
    <item>
      <title>icon given in definition type doesn&amp;apos;t appear when a file is joined</title>
      <link>https://connect.hyland.com/t5/nuxeo-forum/icon-given-in-definition-type-doesn-apos-t-appear-when-a-file-is/m-p/323969#M10970</link>
      <description>&lt;P&gt;I define a new Document Type "montype" with a new icon like this :&lt;/P&gt;
&lt;PRE&gt;&lt;CODE&gt;  &amp;lt;type id="montype"&amp;gt;
      &amp;lt;label&amp;gt;Mon Nouveau Type&amp;lt;/label&amp;gt;
      &amp;lt;icon&amp;gt;/icons/montype-16.png&amp;lt;/icon&amp;gt;
      &amp;lt;bigIcon&amp;gt;/icons/montype-100.png&amp;lt;/bigIcon&amp;gt;
      &amp;lt;category&amp;gt;SimpleDocument&amp;lt;/category&amp;gt;
      &amp;lt;description&amp;gt;montype.description&amp;lt;/description&amp;gt;
      &amp;lt;default-view&amp;gt;view_documents&amp;lt;/default-view&amp;gt;
      &amp;lt;layouts mode="any"&amp;gt;
         &amp;lt;layout&amp;gt;montype&amp;lt;/layout&amp;gt;
         &amp;lt;layout&amp;gt;file&amp;lt;/layout&amp;gt;
      &amp;lt;/layouts&amp;gt;
    &amp;lt;/type&amp;gt;
&lt;/CODE&gt;&lt;/PRE&gt;
&lt;P&gt;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 ?&lt;/P&gt;
&lt;P&gt;Thanks !&lt;/P&gt;</description>
      <pubDate>Fri, 11 Jan 2013 17:43:57 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/nuxeo-forum/icon-given-in-definition-type-doesn-apos-t-appear-when-a-file-is/m-p/323969#M10970</guid>
      <dc:creator>brigitte_</dc:creator>
      <dc:date>2013-01-11T17:43:57Z</dc:date>
    </item>
    <item>
      <title>Re: icon given in definition type doesn&amp;apos;t appear when a file is joined</title>
      <link>https://connect.hyland.com/t5/nuxeo-forum/icon-given-in-definition-type-doesn-apos-t-appear-when-a-file-is/m-p/323970#M10971</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;
&lt;P&gt;I found this (in french) : &lt;A href="http://forum.nuxeo.com/?t=msg&amp;amp;goto=13477&amp;amp;&amp;amp;srch=icone#msg_13477" target="test_blank"&gt;http://forum.nuxeo.com/?t=msg&amp;amp;goto=13477&amp;amp;&amp;amp;srch=icone#msg_13477&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;For english people, see that : &lt;A href="https://jira.nuxeo.com/browse/NXP-6092" target="test_blank"&gt;https://jira.nuxeo.com/browse/NXP-6092&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;So, I will try to declare an extension for the listener MimetypeIconUpdater for my document's types.&lt;/P&gt;</description>
      <pubDate>Mon, 14 Jan 2013 11:56:36 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/nuxeo-forum/icon-given-in-definition-type-doesn-apos-t-appear-when-a-file-is/m-p/323970#M10971</guid>
      <dc:creator>brigitte_</dc:creator>
      <dc:date>2013-01-14T11:56:36Z</dc:date>
    </item>
    <item>
      <title>Re: icon given in definition type doesn&amp;apos;t appear when a file is joined</title>
      <link>https://connect.hyland.com/t5/nuxeo-forum/icon-given-in-definition-type-doesn-apos-t-appear-when-a-file-is/m-p/323971#M10972</link>
      <description>&lt;P&gt;It's ok with the extension listener but I think it would be good if we could parameter this in the type declaration.&lt;/P&gt;</description>
      <pubDate>Mon, 14 Jan 2013 15:54:21 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/nuxeo-forum/icon-given-in-definition-type-doesn-apos-t-appear-when-a-file-is/m-p/323971#M10972</guid>
      <dc:creator>brigitte_</dc:creator>
      <dc:date>2013-01-14T15:54:21Z</dc:date>
    </item>
  </channel>
</rss>

