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.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
Close
Hashes for collective.local.userlisting-1.1.zip
Algorithm | Hash digest | |
---|---|---|
SHA256 | fd20f515457298e81202ca1fb09c87ef98c9dbf25a37cd12f48b6fba3bb6861d |
|
MD5 | c94a5d319534cde99aafdd052e4469b5 |
|
BLAKE2b-256 | b5fbf5d4cd884115027dadd8bb8fa292eef52372127cd3745f1bcfb7a0ed85d0 |