Technically, the permissions are managed at document level.

The fact that you don't have the "Manage Rights" tab is just the default
configuration of the actions system.

You can simply add a new action (or change the default filters).

To test, just create a file actions-config.xml in nuxeo.ear/config :

<component name="rights_on_leafs-config">

  <extension target="org.nuxeo.ecm.platform.actions.ActionService"
    point="actions">

    <action id="TAB_RIGHTS_ON_LEAFS" link="/incl/tabs/document_rights.xhtml"
order="50"
      label="action.view.rights" icon="/icons/file.gif">
      <category>VIEW_ACTION_LIST</category>
    <filter id="rights_on_leafs">
      <rule grant="true">
        <permission>WriteSecurity</permission>
      </rule>
      <rule grant="false">
        <facet>Folderish</facet>
      </rule>
    </filter>
    </action>

  </extension>
</component>


and restart ...






On 1 April 2010 20:07, Patrick Turcotte <[email protected]> wrote:

> Hi,
>
> I know that out of the box, you can manage permissions at the
> "folder/container" level. You can't set it for an individual file.
>
> Is there a way to modify the config to allow to manage permission at the
> file level also?
>
> Thanks,
>
> Patrick
> _______________________________________________
> ECM mailing list
> [email protected]
> http://lists.nuxeo.com/mailman/listinfo/ecm
> To unsubscribe, go to http://lists.nuxeo.com/mailman/options/ecm
>
_______________________________________________
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