<?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 Extension point : hide LOCK and UNLOCK &amp; add selection to clipboard button on some Documents in Nuxeo Forum</title>
    <link>https://connect.hyland.com/t5/nuxeo-forum/extension-point-hide-lock-and-unlock-add-selection-to-clipboard/m-p/319755#M6756</link>
    <description>&lt;P&gt;Hello,&lt;/P&gt;
&lt;P&gt;I want to remove LOCK and UNLOCK and Add selection to clipboard on some Documents custom.&lt;/P&gt;
&lt;P&gt;My filter is successful, because I could hidde other button, nevertheless, with this 3 actions, I couldn't find their action id name in order to apply my filter on it.&lt;/P&gt;
&lt;P&gt;Do you know what is the XML code to redefined this 3 actions ?
I failed with DOCUMENT_LOCK, DOCUMENT_UNLOCK etc...&lt;/P&gt;
&lt;P&gt;thanks&lt;/P&gt;</description>
    <pubDate>Thu, 20 Feb 2014 17:33:08 GMT</pubDate>
    <dc:creator>milonette_</dc:creator>
    <dc:date>2014-02-20T17:33:08Z</dc:date>
    <item>
      <title>Extension point : hide LOCK and UNLOCK &amp; add selection to clipboard button on some Documents</title>
      <link>https://connect.hyland.com/t5/nuxeo-forum/extension-point-hide-lock-and-unlock-add-selection-to-clipboard/m-p/319755#M6756</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;
&lt;P&gt;I want to remove LOCK and UNLOCK and Add selection to clipboard on some Documents custom.&lt;/P&gt;
&lt;P&gt;My filter is successful, because I could hidde other button, nevertheless, with this 3 actions, I couldn't find their action id name in order to apply my filter on it.&lt;/P&gt;
&lt;P&gt;Do you know what is the XML code to redefined this 3 actions ?
I failed with DOCUMENT_LOCK, DOCUMENT_UNLOCK etc...&lt;/P&gt;
&lt;P&gt;thanks&lt;/P&gt;</description>
      <pubDate>Thu, 20 Feb 2014 17:33:08 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/nuxeo-forum/extension-point-hide-lock-and-unlock-add-selection-to-clipboard/m-p/319755#M6756</guid>
      <dc:creator>milonette_</dc:creator>
      <dc:date>2014-02-20T17:33:08Z</dc:date>
    </item>
    <item>
      <title>Re: Extension point : hide LOCK and UNLOCK &amp; add selection to clipboard button on some Documents</title>
      <link>https://connect.hyland.com/t5/nuxeo-forum/extension-point-hide-lock-and-unlock-add-selection-to-clipboard/m-p/319756#M6757</link>
      <description>&lt;P&gt;Dear me,&lt;/P&gt;
&lt;P&gt;All the action in document contextual tools are in &lt;CATEGORY&gt;DOCUMENT_UPPER_ACTION&lt;/CATEGORY&gt;&lt;/P&gt;
&lt;P&gt;Go on : &lt;A href="http://explorer.nuxeo.org/nuxeo/site/distribution/current/viewExtensionPoint/org.nuxeo.ecm.platform.actions.ActionService--actions"&gt;http://explorer.nuxeo.org/nuxeo/site/distribution/current/viewExtensionPoint/org.nuxeo.ecm.platform.actions.ActionService--actions&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;Open XML files and find all DOCUMENT_UPPER_ACTION for the good action id.&lt;/P&gt;
&lt;P&gt;Then do :&lt;/P&gt;
&lt;PRE&gt;&lt;CODE&gt;    &amp;lt;action id="documentLock" &amp;gt;
        &amp;lt;filter-id&amp;gt;filterMe&amp;lt;/filter-id&amp;gt;
    &amp;lt;/action&amp;gt;
     &amp;lt;action id="documentUnlock" &amp;gt;
      &amp;lt;filter-id&amp;gt;filterMe&amp;lt;/filter-id&amp;gt;
    &amp;lt;/action&amp;gt;
    &amp;lt;action id="addCurrentDocumentToWorklist"&amp;gt;
      &amp;lt;filter-id&amp;gt;filterMe&amp;lt;/filter-id&amp;gt;
    &amp;lt;/action&amp;gt;
&lt;/CODE&gt;&lt;/PRE&gt;
&lt;P&gt;You need ALSO to filter as same the&lt;/P&gt;
&lt;OL&gt;
&lt;LI&gt;actions id="DOCUMENT_LOCK"&lt;/LI&gt;
&lt;LI&gt;action id="DOCUMENT_UNLOCK"&lt;/LI&gt;
&lt;LI&gt;action id="CURRENT_SELECTION_ADDTOLIST"&lt;/LI&gt;
&lt;/OL&gt;
&lt;P&gt;because if not these actions will still be available in the contextual menu (opened by right-clicking on a document in a listing).&lt;/P&gt;</description>
      <pubDate>Fri, 21 Feb 2014 14:50:20 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/nuxeo-forum/extension-point-hide-lock-and-unlock-add-selection-to-clipboard/m-p/319756#M6757</guid>
      <dc:creator>milonette_</dc:creator>
      <dc:date>2014-02-21T14:50:20Z</dc:date>
    </item>
  </channel>
</rss>

