cancel
Showing results for 
Search instead for 
Did you mean: 

Permissions on relations [need to deny delete relations]

bledii_
Confirmed Champ
Confirmed Champ

HI all

EDIT: what I basically need to know is if there is a way to control who can delete/edit relations between documents. Thanks

i need to deny the remove relation permission to the user that created a document (and to all other users)after document creation.

I haven't found permission related to this.

I would like to know if there is a way to achieve this in a manner similar to what is described here:

[Delete permission][1]

<require>org.nuxeo.ecm.core.security.SecurityService</require>
<require>org.nuxeo.ecm.core.security.defaultPermissions</require>

<extension target="org.nuxeo.ecm.core.security.SecurityService" point="permissions">
<!-- Removed 'Remove' from Write permission -->
    <permission name="Write">
        <remove>Remove</remove>
    </permission>
</extension>

Or if there is any other way to do so. [1]: http://answers.nuxeo.com/questions/1563/deny-remove-permission-but-delete-button-still-enabled

0 REPLIES 0
Getting started

Find what you came for

We want to make your experience in Hyland Connect as valuable as possible, so we put together some helpful links.