You are here: Home / LBN / Up2date / Plone and Zope / BastionLinux 25 / collective.local.userlisting-1.3-1.lbn25.noarch

collective.local.userlisting-1.3-1.lbn25.noarch

Package Attributes
RPM  collective.local.userlisting-1.3-1.lbn25.noarch.rpm Architecture  noarch Size  25872 Created  2023/06/18 04:03:37 UTC
Package Specification
Summary Provides a view on contents that displays the list of users having a role on it.
Group Application/Internet
License ZPL
Home Page https://pypi.python.org/packages/source/c/collective.local.userlisting/collective.local.userlisting-1.3.zip
Description

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.

Requires
rpmlib(PayloadFilesHavePrefix)  
rpmlib(FileDigests)  
collective.local  
rpmlib(CompressedFileNames)  
/bin/sh  
rpmlib(PartialHardlinkSets)  
rpmlib(PayloadIsXz)  
Provides
collective.local.userlisting
python2.7dist(collective.local.userlisting)
python2dist(collective.local.userlisting)

Document Actions