コード例 #1
0
ファイル: CFADisplay.py プロジェクト: stomanin/indico
 def _checkProtection(self):
     if not self._conf.getAbstractMgr().showAttachedFilesContribList():
         # Same protection as the abstract
         temptarget = self._target
         self._target = self._target.getOwner()
         RHFileAccess._checkProtection(self)
         self._target = temptarget
コード例 #2
0
ファイル: CFADisplay.py プロジェクト: belokop/indico_bare
 def _checkProtection( self ):
     if not self._conf.getAbstractMgr().showAttachedFilesContribList():
         # Same protection as the abstract
         temptarget=self._target
         self._target = self._target.getOwner()
         RHFileAccess._checkProtection( self )
         self._target = temptarget