<?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 How to add comment possibilities on my Document type published in Nuxeo Forum</title>
    <link>https://connect.hyland.com/t5/nuxeo-forum/how-to-add-comment-possibilities-on-my-document-type-published/m-p/313759#M760</link>
    <description>&lt;P&gt;I want to have the possibility to add comments on published documents.
I want comments on source document and published document not shared between them.&lt;/P&gt;
&lt;P&gt;How can I do that ?&lt;/P&gt;</description>
    <pubDate>Sat, 15 Sep 2012 11:21:20 GMT</pubDate>
    <dc:creator>Benjamin_Jalon1</dc:creator>
    <dc:date>2012-09-15T11:21:20Z</dc:date>
    <item>
      <title>How to add comment possibilities on my Document type published</title>
      <link>https://connect.hyland.com/t5/nuxeo-forum/how-to-add-comment-possibilities-on-my-document-type-published/m-p/313759#M760</link>
      <description>&lt;P&gt;I want to have the possibility to add comments on published documents.
I want comments on source document and published document not shared between them.&lt;/P&gt;
&lt;P&gt;How can I do that ?&lt;/P&gt;</description>
      <pubDate>Sat, 15 Sep 2012 11:21:20 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/nuxeo-forum/how-to-add-comment-possibilities-on-my-document-type-published/m-p/313759#M760</guid>
      <dc:creator>Benjamin_Jalon1</dc:creator>
      <dc:date>2012-09-15T11:21:20Z</dc:date>
    </item>
    <item>
      <title>Re: How to add comment possibilities on my Document type published</title>
      <link>https://connect.hyland.com/t5/nuxeo-forum/how-to-add-comment-possibilities-on-my-document-type-published/m-p/313760#M761</link>
      <description>&lt;P&gt;Dear me,&lt;/P&gt;
&lt;P&gt;Really interesting as I was asking me the same one.&lt;/P&gt;
&lt;P&gt;You have simply to add the following xml fragment into Advanced Setting &amp;gt; XML Extensions &amp;gt; New &amp;gt; Choose a name:&lt;/P&gt;
&lt;PRE&gt;&lt;CODE&gt;  &amp;lt;extension target="org.nuxeo.ecm.platform.actions.ActionService"
    point="actions"&amp;gt;
    &amp;lt;action id="view_comments_myproject" link="/incl/tabs/document_comments.xhtml"
      enabled="true" order="80" label="action.view.comments"&amp;gt;
      &amp;lt;category&amp;gt;VIEW_ACTION_LIST&amp;lt;/category&amp;gt;
    &amp;lt;filter id="commentable_michelin2"&amp;gt;
      &amp;lt;rule grant="true"&amp;gt;
        &amp;lt;type&amp;gt;MyDocType1&amp;lt;/type&amp;gt;
        &amp;lt;type&amp;gt;MyDocType2&amp;lt;/type&amp;gt;
        &amp;lt;condition&amp;gt;currentDocument.isProxy()&amp;lt;/condition&amp;gt;
      &amp;lt;/rule&amp;gt;
    &amp;lt;/filter&amp;gt;
    &amp;lt;/action&amp;gt;
  &amp;lt;/extension&amp;gt;
&lt;/CODE&gt;&lt;/PRE&gt;
&lt;P&gt;Where MyDocType1 and MyDocType2 are the 2 doc types where you want to have the comments on their proxies.&lt;/P&gt;</description>
      <pubDate>Sat, 15 Sep 2012 11:24:01 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/nuxeo-forum/how-to-add-comment-possibilities-on-my-document-type-published/m-p/313760#M761</guid>
      <dc:creator>Benjamin_Jalon1</dc:creator>
      <dc:date>2012-09-15T11:24:01Z</dc:date>
    </item>
  </channel>
</rss>

