Como puedo bloquear opciones en los roles?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
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!
- Labels:
-
Language Groups
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
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.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
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
>
