A field for managing local roles
Project description
Introduction
A z3cform field that manage local roles. This give the ability to assign local roles to selected element (that are by default Plone groups)
How-to
Installation
Add collective.z3cform.rolefield to your eggs.
Re-run buildout.
Done.
Tests
This add-on is tested using Travis CI. The current status of the add-on is :
Credits
Have an idea? Found a bug? Let us know by opening a ticket.
Contributors
Gauthier Bastien, IMIO
Stephan Geulette, IMIO
Vincent Fretin, Ecreall
Cedric Messiant, Ecreall
Frederic Peters, Entr’ouvert
Changelog
0.4 (2016-04-15)
Added deprecation warning. [sgeulette]
0.3 (2014-02-14)
Some fixes [sgeulette, mpeeters]
Updated tests [mpeeters]
Added field edit handler [sgeulette]
Set more restrictive matching to find principal [sgeulette]
Changed the way to get the object schema [sgeulette]
Use zope.schema FieldEventUpdated event to apply local role changes [jfroche]
Move tests in a test folder [jfroche]
Use zope.schemaevent to subscribe to field update event [jfroche]
Move interfaces to one module [jfroche]
Move LocalRolesToPrincipals field to its own module [jfroche]
Use buildout 2 [jfroche]
0.2 (2014-02-07)
Fix manifest [jfroche]
0.1 (2014-01-16)
Initial release. [gbastien]