Skip to main content

Allows to create a group from the sharing tab. By Ecreall

Project description

Introduction

Allows to create a group and assign roles directly from the sharing tab for Plone 4. Tested on Plone 4.1.

Content types have just to implement IAddNewGroup to have the functionnality.

If you want to enable it for Folder, you only have to add to your buildout.cfg:

[instance]
zcml =
    ...
    collective.local.addgroup

If you don’t want the functionnality for Folder, but on your own content type, add to the configure.zcml of your policy module:

<include package="collective.local.addgroup" file="minimal.zcml" />
<class class="my.package.content.MyContent.MyContent">
   <implements interface="collective.local.addgroup.interfaces.IAddNewGroup" />
</class>

The user need to have the “Add Groups” permission to add a new group and “Manage users” to add and remove users from the listed groups.

Changelog

1.0 (2012-06-29)

  • Initial release

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

collective.local.addgroup-1.0.zip (25.7 kB view details)

Uploaded Source

File details

Details for the file collective.local.addgroup-1.0.zip.

File metadata

File hashes

Hashes for collective.local.addgroup-1.0.zip
Algorithm Hash digest
SHA256 0655e104da7d35c413714d196f2cafd6a506e8ba888e5eda6e6ddc8b5791cbf1
MD5 9271de16beaf61705f900cb3e663d97c
BLAKE2b-256 e6d547e596f4b09f8ce2ffeda0f94d86e1aa9d42ad5a0c4b3eea124f0df3b2a5

See more details on using hashes here.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page