cancel
Showing results for 
Search instead for 
Did you mean: 

Como puedo bloquear opciones en los roles?

joseven
Champ in-the-making
Champ in-the-making

Buena tarde,

Como puedo bloquear opciones en alfresco share comunity edition 5.2 por ejemplo el compartir documento, crear sitio, descargar documentos,  con rol de consumidor.

Si no es posible hay alguna alternativa?

Gracias!

2 REPLIES 2

angelborroy
Community Manager Community Manager
Community Manager

Podrías sobre escribir la sección DocLibActions de share-config-custom.xml y añadir un permission "Write" sobre las opciones que no desees que estén disponibles para el consumidor.

Hyland Developer Evangelist

douglascrp
World-Class Innovator
World-Class Innovator

Or you can use the information available here Alfresco – Customizing actions and document details by User Group | Programming and So  (yes, it is from Angel Borroy‌'s blog), but instead of using a normal group in the config, like this:

<evaluator type="group.module.evaluator">
    <params>
        <groups>GROUP_ALFRESCO_PERMISSIONS</groups>
        <negate>true</negate>
    </params>
</evaluator>
you can use something like:
<evaluator type="group.module.evaluator">
    <params>
        <groups>SiteManager</groups>
        <negate>true</negate>
    </params>
</evaluator>
Getting started

Tags


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.