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!
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.
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
>
Discussions about Alfresco Content Services and Alfresco Process Services in Spanish
Related:
By using this site, you are agreeing to allow us to collect and use cookies as outlined in Alfresco’s Cookie Statement and Terms of Use (and you have a legitimate interest in Alfresco and our products, authorizing us to contact you in such methods). If you are not ok with these terms, please do not use this website.