Index: roundup/security.py =================================================================== RCS file: /cvsroot/roundup/roundup/roundup/security.py,v retrieving revision 1.13 diff -u -r1.13 security.py --- roundup/security.py 28 Jul 2004 06:30:40 -0000 1.13 +++ roundup/security.py 7 Oct 2004 12:25:06 -0000 @@ -98,7 +98,9 @@ self.addPermissionToRole('Admin', ee) ae = self.addPermission(name="View", description="User may access everything") - self.addPermissionToRole('Admin', ae) + ce = self.addPermission(name="Create", + description="User may create everything") + self.addPermissionToRole('Admin', ce) # initialise the permissions and roles needed for the UIs from roundup.cgi import client