<?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 Hide a Tab for a specific group of users in Nuxeo Forum</title>
    <link>https://connect.hyland.com/t5/nuxeo-forum/hide-a-tab-for-a-specific-group-of-users/m-p/316338#M3339</link>
    <description>&lt;P&gt;Hello,&lt;/P&gt;
&lt;P&gt;I want to hide the &lt;STRONG&gt;History&lt;/STRONG&gt; tab for a specific group of users&lt;/P&gt;
&lt;P&gt;How can I do that with Nuxeo Studio ?&lt;/P&gt;
&lt;P&gt;Thank you&lt;/P&gt;</description>
    <pubDate>Mon, 17 Dec 2012 17:16:29 GMT</pubDate>
    <dc:creator>Julien_A_</dc:creator>
    <dc:date>2012-12-17T17:16:29Z</dc:date>
    <item>
      <title>Hide a Tab for a specific group of users</title>
      <link>https://connect.hyland.com/t5/nuxeo-forum/hide-a-tab-for-a-specific-group-of-users/m-p/316338#M3339</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;
&lt;P&gt;I want to hide the &lt;STRONG&gt;History&lt;/STRONG&gt; tab for a specific group of users&lt;/P&gt;
&lt;P&gt;How can I do that with Nuxeo Studio ?&lt;/P&gt;
&lt;P&gt;Thank you&lt;/P&gt;</description>
      <pubDate>Mon, 17 Dec 2012 17:16:29 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/nuxeo-forum/hide-a-tab-for-a-specific-group-of-users/m-p/316338#M3339</guid>
      <dc:creator>Julien_A_</dc:creator>
      <dc:date>2012-12-17T17:16:29Z</dc:date>
    </item>
    <item>
      <title>Re: Hide a Tab for a specific group of users</title>
      <link>https://connect.hyland.com/t5/nuxeo-forum/hide-a-tab-for-a-specific-group-of-users/m-p/316339#M3340</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;
&lt;P&gt;You cannot customize the filter action in a simple click way.&lt;/P&gt;
&lt;P&gt;In order to do that in Studio, you can redefine your action contribution by xml:&lt;/P&gt;
&lt;UL&gt;
&lt;LI&gt;&lt;P&gt;Go to Advanced Settings/XML Extensions&lt;/P&gt;
&lt;/LI&gt;
&lt;LI&gt;&lt;P&gt;Create a new xml contribution&lt;/P&gt;
&lt;/LI&gt;
&lt;LI&gt;&lt;P&gt;Fill it with the following code:&lt;/P&gt;
&lt;PRE&gt;&lt;CODE&gt; &amp;lt;require&amp;gt; org.nuxeo.ecm.platform.audit.web &amp;lt;/require&amp;gt;
 &amp;lt;action id="TAB_CONTENT_HISTORY" link="/incl/tabs/document_history.xhtml"
   enabled="true" label="action.view.history" icon="/icons/file.gif"
   order="100"&amp;gt;
   &amp;lt;category&amp;gt;VIEW_ACTION_LIST&amp;lt;/category&amp;gt;
   &amp;lt;filter-id&amp;gt;TAB_CONTENT_HISTORY_has_subtabs&amp;lt;/filter-id&amp;gt;
   &amp;lt;filter-id&amp;gt;YOUR_FILTER&amp;lt;/filter-id&amp;gt;
 &amp;lt;/action&amp;gt;                 
     &amp;lt;filter id="YOUR_FILTER"&amp;gt;
       &amp;lt;rule grant="true"&amp;gt;
         &amp;lt;permission&amp;gt;Manage everything&amp;lt;/permission&amp;gt;
       &amp;lt;/rule&amp;gt;
     &amp;lt;/filter&amp;gt;
&lt;/CODE&gt;&lt;/PRE&gt;
&lt;/LI&gt;
&lt;/UL&gt;
&lt;P&gt;Then you can update this filter "YOUR_FILTER" according to the group/user roles on the document.&lt;/P&gt;
&lt;P&gt;Depends on your business rules.&lt;/P&gt;</description>
      <pubDate>Tue, 18 Dec 2012 11:36:47 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/nuxeo-forum/hide-a-tab-for-a-specific-group-of-users/m-p/316339#M3340</guid>
      <dc:creator>Vladimir_Pasqui</dc:creator>
      <dc:date>2012-12-18T11:36:47Z</dc:date>
    </item>
  </channel>
</rss>

