示例#1
0
文件: services.py 项目: Ictp/indico
 def _checkProtection(self):
     if not RCCollaborationAdmin.hasRights(self._getUser()):
         AdminService._checkProtection(self)
示例#2
0
 def _checkProtection(self):
     if not RCCollaborationAdmin.hasRights(self._getUser()):
         AdminService._checkProtection(self)
示例#3
0
 def _checkProtection(self):
     if not RCCollaborationAdmin.hasRights(self, None):
         AdminService._checkProtection(self)
示例#4
0
 def _checkProtection(self):
     if not RCCollaborationAdmin.hasRights(self, None):
         AdminService._checkProtection(self)