<?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 Re: Hide the delete button in Nuxeo Forum</title>
    <link>https://connect.hyland.com/t5/nuxeo-forum/hide-the-delete-button/m-p/322902#M9903</link>
    <description>&lt;P&gt;Thanks for your help.&lt;/P&gt;</description>
    <pubDate>Thu, 11 Oct 2018 10:19:13 GMT</pubDate>
    <dc:creator>Marie-Aure_LIZA</dc:creator>
    <dc:date>2018-10-11T10:19:13Z</dc:date>
    <item>
      <title>Hide the delete button</title>
      <link>https://connect.hyland.com/t5/nuxeo-forum/hide-the-delete-button/m-p/322900#M9901</link>
      <description>&lt;P&gt;I'm trying to hide the "Delete" button on the view_documents only if the selected custom document have a boolean property to 1.&lt;/P&gt;
&lt;P&gt;I'm using the Studio only ... I tried to implement a contribution to the extension point "filter" but it does not seem to work.&lt;/P&gt;
&lt;P&gt;Here is the condition I'm using in the contribution:&lt;/P&gt;
&lt;PRE&gt;&lt;CODE&gt;&amp;lt;extension target="org.nuxeo.ecm.platform.actions.ActionService" point="filters"&amp;gt;
  &amp;lt;filter id="canDeleteScan"&amp;gt;
    &amp;lt;rule grant="false"&amp;gt;
      &amp;lt;condition&amp;gt;#{currentDocument.getProperty("SchemaDocument.scanner").equals("false")}&amp;lt;/condition&amp;gt;
    &amp;lt;/rule&amp;gt;
&amp;lt;/extension&amp;gt;
&lt;/CODE&gt;&lt;/PRE&gt;
&lt;P&gt;Does anyone have an idea ?&lt;/P&gt;
&lt;P&gt;Thanks&lt;/P&gt;</description>
      <pubDate>Mon, 08 Oct 2018 13:30:02 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/nuxeo-forum/hide-the-delete-button/m-p/322900#M9901</guid>
      <dc:creator>Marie-Aure_LIZA</dc:creator>
      <dc:date>2018-10-08T13:30:02Z</dc:date>
    </item>
    <item>
      <title>Re: Hide the delete button</title>
      <link>https://connect.hyland.com/t5/nuxeo-forum/hide-the-delete-button/m-p/322901#M9902</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;</description>
      <pubDate>Mon, 08 Oct 2018 15:54:26 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/nuxeo-forum/hide-the-delete-button/m-p/322901#M9902</guid>
      <dc:creator>Lassad_belhedi</dc:creator>
      <dc:date>2018-10-08T15:54:26Z</dc:date>
    </item>
    <item>
      <title>Re: Hide the delete button</title>
      <link>https://connect.hyland.com/t5/nuxeo-forum/hide-the-delete-button/m-p/322902#M9903</link>
      <description>&lt;P&gt;Thanks for your help.&lt;/P&gt;</description>
      <pubDate>Thu, 11 Oct 2018 10:19:13 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/nuxeo-forum/hide-the-delete-button/m-p/322902#M9903</guid>
      <dc:creator>Marie-Aure_LIZA</dc:creator>
      <dc:date>2018-10-11T10:19:13Z</dc:date>
    </item>
    <item>
      <title>Re: Hide the delete button</title>
      <link>https://connect.hyland.com/t5/nuxeo-forum/hide-the-delete-button/m-p/322903#M9904</link>
      <description>&lt;P&gt;Hello,
So if I understand, you want to recover the documents tick in BackEnd and then you have a certain treatment on these documents.&lt;/P&gt;</description>
      <pubDate>Thu, 11 Oct 2018 10:30:25 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/nuxeo-forum/hide-the-delete-button/m-p/322903#M9904</guid>
      <dc:creator>Lassad_belhedi</dc:creator>
      <dc:date>2018-10-11T10:30:25Z</dc:date>
    </item>
    <item>
      <title>Re: Hide the delete button</title>
      <link>https://connect.hyland.com/t5/nuxeo-forum/hide-the-delete-button/m-p/322904#M9905</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;
&lt;P&gt;Yes, if a property of at least one of the selected documents in the list is "false", I want to hide the "Delete" button for all of the selected documents because this one can't be deleted.&lt;/P&gt;
&lt;P&gt;Thanks&lt;/P&gt;</description>
      <pubDate>Fri, 12 Oct 2018 09:56:24 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/nuxeo-forum/hide-the-delete-button/m-p/322904#M9905</guid>
      <dc:creator>Marie-Aure_LIZA</dc:creator>
      <dc:date>2018-10-12T09:56:24Z</dc:date>
    </item>
    <item>
      <title>Re: Hide the delete button</title>
      <link>https://connect.hyland.com/t5/nuxeo-forum/hide-the-delete-button/m-p/322905#M9906</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;</description>
      <pubDate>Fri, 12 Oct 2018 10:18:54 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/nuxeo-forum/hide-the-delete-button/m-p/322905#M9906</guid>
      <dc:creator>Lassad_belhedi</dc:creator>
      <dc:date>2018-10-12T10:18:54Z</dc:date>
    </item>
    <item>
      <title>Re: Hide the delete button</title>
      <link>https://connect.hyland.com/t5/nuxeo-forum/hide-the-delete-button/m-p/322906#M9907</link>
      <description>&lt;P&gt;It is possible to do it with the Studio ?&lt;/P&gt;</description>
      <pubDate>Fri, 12 Oct 2018 14:03:13 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/nuxeo-forum/hide-the-delete-button/m-p/322906#M9907</guid>
      <dc:creator>Marie-Aure_LIZA</dc:creator>
      <dc:date>2018-10-12T14:03:13Z</dc:date>
    </item>
    <item>
      <title>Re: Hide the delete button</title>
      <link>https://connect.hyland.com/t5/nuxeo-forum/hide-the-delete-button/m-p/322907#M9908</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;</description>
      <pubDate>Tue, 16 Oct 2018 09:21:24 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/nuxeo-forum/hide-the-delete-button/m-p/322907#M9908</guid>
      <dc:creator>Lassad_belhedi</dc:creator>
      <dc:date>2018-10-16T09:21:24Z</dc:date>
    </item>
  </channel>
</rss>

