05-22-2017 06:16 PM
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!
05-23-2017 04:16 AM
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.
05-24-2017 05:28 PM
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
>
<
evaluator
type
=
"group.module.evaluator"
>
<
params
>
<
groups
>SiteManager</
groups
>
<
negate
>true</
negate
>
</
params
>
</
evaluator
>
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.