예제 #1
0
파일: event.py 프로젝트: javfg/indico
 def _check_access(self):
     try:
         DownloadAttachmentMixin._check_access(self)
     except Forbidden:
         # if we get here the user has no access to the attachment itself so we
         # trigger the event access check since it may show the access key form
         # or registration required message
         RHDisplayEventBase._check_access(self)
         # the user may have access to the event but not the material so if we
         # are here we need to re-raise the original exception
         raise
예제 #2
0
 def _process_args(self):
     RHDisplayCategoryBase._process_args(self)
     DownloadAttachmentMixin._process_args(self)
예제 #3
0
 def _checkParams(self, params):
     RHConferenceBase._checkParams(self, params)
     DownloadAttachmentMixin._checkParams(self)
예제 #4
0
 def _process_args(self):
     RHConferenceBase._process_args(self)
     DownloadAttachmentMixin._process_args(self)
예제 #5
0
 def _checkParams(self, params):
     RHCategDisplayBase._checkParams(self, params)
     DownloadAttachmentMixin._checkParams(self)
예제 #6
0
파일: category.py 프로젝트: stomanin/indico
 def _checkParams(self, params):
     RHCategDisplayBase._checkParams(self, params)
     DownloadAttachmentMixin._checkParams(self)
예제 #7
0
파일: event.py 프로젝트: bkolobara/indico
 def _process_args(self):
     RHEventBase._process_args(self)
     DownloadAttachmentMixin._process_args(self)
예제 #8
0
 def _checkParams(self):
     RHDisplayCategoryBase._checkParams(self)
     DownloadAttachmentMixin._checkParams(self)
예제 #9
0
 def _process_args(self):
     RHDisplayCategoryBase._process_args(self)
     DownloadAttachmentMixin._process_args(self)
예제 #10
0
파일: event.py 프로젝트: zenny/indico
 def _process_args(self):
     RHEventBase._process_args(self)
     DownloadAttachmentMixin._process_args(self)
예제 #11
0
 def _checkParams(self, params):
     RHConferenceBase._checkParams(self, params)
     DownloadAttachmentMixin._checkParams(self)
예제 #12
0
 def _check_access(self):
     RHDisplayEventBase._check_access(self)
     DownloadAttachmentMixin._check_access(self)
예제 #13
0
파일: category.py 프로젝트: OmeGak/indico
 def _checkParams(self):
     RHDisplayCategoryBase._checkParams(self)
     DownloadAttachmentMixin._checkParams(self)