7 Jun
2006
7 Jun
'06
9:26 a.m.
thomas desvenain wrote:
i am searching for hours, and i don't find how to define a new permission, in python code, for my product
Permissions kind of "spring into existence" when they are used. For example, Poi defines some additional permissions in Products/Poi/permissions.py. It then calls setDefaultRoles() to set the default roles of each permission. When these are used e.g. in security.declareProtected() statements around methods, they become available in the ZMI. Martin -- View this message in context: http://www.nabble.com/creating-a-new-permission-t1746362.html#a4748103 Sent from the Zope - General forum at Nabble.com.