Hello!

could someone help me on how to let a user with write rights can see the
tab_manage tab and tab_rights subtab?
i have the next component but it still does not appear.

<component name="org.nuxeo.ecm.platform.actionsContrib">

<!-- Requiried -->
<require>org.nuxeo.ecm.platform.actions</require>

<extension target="org.nuxeo.ecm.platform.actions.ActionService"
point="actions">
<action id="TAB_RIGHTS" enabled="false" />
    <action id="FOLDERISH_TAB_RIGHTS"
link="/incl/tabs/document_rights.xhtml" order="50"
      label="action.view.rights" icon="/icons/file.gif">
      <category>TAB_MANAGE_sub_tab</category>
      <filter-id>non-folderish-rights</filter-id>
    </action>
</extension>

<extension target="org.nuxeo.ecm.platform.actions.ActionService"
point="filters">
    <!--manage rights on non-folderish  -->
    <!-- Our new filter, not filtering on Folderish facet-->
    <filter id="non-folderish-rights">
      <rule grant="true">
        <permission>Write</permission>
      </rule>
    </filter>
</extension>

</component>

Thks. in advanced
-- 
Jesus
_______________________________________________
ECM mailing list
[email protected]
http://lists.nuxeo.com/mailman/listinfo/ecm
To unsubscribe, go to http://lists.nuxeo.com/mailman/options/ecm

Reply via email to