Exemplo n.º 1
0
 def canViewParticipants(self):
     """ Check the permissions to edit/delete participants """
     return checkPermission(constants.VIEW_EDIT_PERMISSION, self)
Exemplo n.º 2
0
 def canManageParticipants(self):
     """ Check the permissions to edit/delete participants """
     return checkPermission(view_management_screens, self)
Exemplo n.º 3
0
 def canManageParticipants(self):
     """ Check the permissions to edit/delete meeting settgins and participants """
     return checkPermission(constants.MANAGE_PERMISSION, self)
Exemplo n.º 4
0
 def canManageParticipants(self):
     """ Check the permissions to edit/delete participants """
     return checkPermission(view_management_screens, self)