Reputation: 1556
Using Plone 4.2, how can I add a field/property to Plone groups? Beside default ones (name, title, description, email) I'd like to have one more.
Upvotes: 0
Views: 384
Reputation: 1793
You could try your luck with
http://localhost:8080/Plone/portal_groupdata/manage_propertiesForm
and report the results :) At least Site Setup's group edit form seems to be generic enough to support arbitrary number of fields (of all types).
Upvotes: 2