def manage_acquiredPermissions(self, permissions=[], REQUEST=None):
     """Change the permissions that acquire.
     """
     BaseRoleManager.manage_acquiredPermissions(self,
                                                permissions=permissions)
     if REQUEST is not None:
         return self.manage_access(REQUEST)
Beispiel #2
0
 def manage_acquiredPermissions(self, permissions=[], REQUEST=None):
     """Change the permissions that acquire.
     """
     BaseRoleManager.manage_acquiredPermissions(
         self, permissions=permissions)
     if REQUEST is not None:
         return self.manage_access(REQUEST)