You are here: Home Plone products collective.local.userlisting

collective.local.userlisting (1.1)

1
by Olha Pelishok last modified 2011-05-02
0.0
0.0
0.0
0.0
Released on 2011-04-28 by Thomas Desvenain for Plone 4.0 under GPL - GNU General Public License available for All platforms.
Provides a view on contents that displays the list of users having a role on it. So, users can view the list of members of a folder without having sharing permissions.
collective.local.userlisting

Provides a "Members" tab on selected content types. The view a the list of members having a role on the content, sorted by role.

Content types have just to implement IUserListingAvailable.

Add to the configure.zcml on your policy product

<include package="collective.local.userlisting" />
<class class="my.package.content.MyContent.MyContent">
<implements interface="collective.local.userlisting.interfaces.IUserListingAvailable" />
</class>
 
Document Actions
Powered by Plone