Dave Marsden wrote:
Hi

Any tips on adding new roles with a Plone Product.  I'm developing in
ArgoUml/Archgenxml so ideally I'd like to include role definitions
via ArgoUML.

Not sure AGX can do this, but you can do it in Install.py. Take a look at the RoleManager API using the DocFinderTab on the portal root, or work out what the manage_permission form is doing when you use the form at the bottom to add a new role.

Or, you can use a GenericSetup extension profile (see the b-org tutorial, for example) and the rolemap.xml file.

Martin


_______________________________________________
Product-Developers mailing list
[email protected]
http://lists.plone.org/mailman/listinfo/product-developers

Reply via email to