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>
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]
Release files for collective.local.userlisting 1.3
For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.
Source distribution (sdist)
| File | Size | Uploaded | |
|---|---|---|---|
| collective.local.userlisting-1.3.zip | 24.1 kB | Details |
Release files / collective.local.userlisting-1.3.zip
| Download URL | collective.local.userlisting-1.3.zip |
|---|---|
| Size | 24.1 kB |
| Tags | Source |
|
SHA-256 checksum How to use checksums |
76c5d8e241fc353f3c95fd9e836d13579a84b1df153e8ced9e223b17fc057e0e
|
|
BLAKE2b-256 checksum How to use checksums |
3f68b3dde14030ccfee604ee9c29589a949cf0f4108aecc290920dc7afb373a2
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |