Shows assigned local roles for all users, groups on content.
Project description
collective.localrolesoverview
Shows assigned local roles for all users, groups on all folderish content.
This packages provides a view called @@localfolderroles-overview, which you can call on any Plone context.
You can also ignore users @@localfolderroles-overview?ignore_users=1.
Installation
Install collective.localrolesoverview by adding it to your buildout:
[buildout] ... eggs = collective.localrolesoverview
and then running bin/buildout
Contributors
Put your name here, you deserve it!
?
Contribute
Support
If you are having issues, please let us know.
License
The project is licensed under the GPLv2.
Contributors
Maik Derstappen, md@derico.de
Changelog
1.0b1 (2023-10-27)
only show local, non-acquired roles, but also collect global_roles [MrTango]
add filter to request params to ignore users [MrTango]
1.0a1 (2023-10-27)
Initial release. [MrTango]