コード例 #1
0
ファイル: CHMRegistration.py プロジェクト: eaudeweb/naaya
 def canViewParticipants(self):
     """ Check the permissions to edit/delete participants """
     return checkPermission(constants.VIEW_EDIT_PERMISSION, self)
コード例 #2
0
 def canManageParticipants(self):
     """ Check the permissions to edit/delete participants """
     return checkPermission(view_management_screens, self)
コード例 #3
0
ファイル: CHMRegistration.py プロジェクト: eaudeweb/naaya
 def canManageParticipants(self):
     """ Check the permissions to edit/delete meeting settgins and participants """
     return checkPermission(constants.MANAGE_PERMISSION, self)
コード例 #4
0
 def canManageParticipants(self):
     """ Check the permissions to edit/delete participants """
     return checkPermission(view_management_screens, self)