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>
You can also check the interface in “Interfaces” tab of content in ZMI. In dexterity, you can select the behaviour. Changelog =========
1.3 (2013-07-18)
Improved algorithm so that members list shows users that have roles inherited from upper levels. [thomasdesvenain]
Plone 4.3 compatibility (fixes jq not found error). [thomasdesvenain]
fix namespace package declaration in setup.py [cewing]
Use png instead of gif file (Plone 4 compatibility). [ebrehaut]
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]
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
File details
Details for the file collective.local.userlisting-1.3.zip.
File metadata
- Download URL: collective.local.userlisting-1.3.zip
- Upload date:
- Size: 24.1 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
76c5d8e241fc353f3c95fd9e836d13579a84b1df153e8ced9e223b17fc057e0e
|
|
| MD5 |
d3cbd296dcfacd91f03d351c531fed71
|
|
| BLAKE2b-256 |
3f68b3dde14030ccfee604ee9c29589a949cf0f4108aecc290920dc7afb373a2
|