Provides a view on contents that displays the list of users having a role on it.
Project description
Introduction
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>
Changelog
1.2 (2013-04-24)
Roles displayed in Members tab are set with a property. [thomasdesvenain]
Now we have a dexterity behavior. [thomasdesvenain]
1.1 (2011-04-28)
Users that are not searchable do not appear on user listing. [thomasdesvenain]
Added tests. [thomasdesvenain]
Plone basic theme compatible. [thomasdesvenain]
1.0 (2011-04-06)
Initial release. [thomasdesvenain]
Project details
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Hashes for collective.local.userlisting-1.2.zip
Algorithm | Hash digest | |
---|---|---|
SHA256 | e65b46a3fc5d80b67b9a6abc19265e4b442b13c9bb086dc4010c72fdb14cac7d |
|
MD5 | 4c8596dfc39221f5d16e6bf8b093ea72 |
|
BLAKE2b-256 | 4eb9e34fff4f9d7d9ded007a57948f2aa4eab9a73b4c5510b6664991dca04eb9 |