Example #1
0
 def _checkParams( self, params ):
     RHAbstractBase._checkParams( self, params )
Example #2
0
 def _checkProtection(self):
     from MaKaC.webinterface.rh.reviewingModif import RCAbstractManager
     if not RCAbstractManager.hasRights(
             self) and not RCAbstractReviewer.hasRights(self):
         RHAbstractBase._checkProtection(self)
     CFAEnabled.checkEnabled(self)
Example #3
0
 def _checkParams( self, params ):
     RHAbstractBase._checkParams( self, params )
Example #4
0
 def _checkProtection(self):
     from MaKaC.webinterface.rh.reviewingModif import RCAbstractManager
     if not RCAbstractManager.hasRights(self) and not RCAbstractReviewer.hasRights(self):
         RHAbstractBase._checkProtection(self)
     CFAEnabled.checkEnabled(self)