예제 #1
0
 def _process_args(self):
     RHContributionDisplayBase._process_args(self)
     self.author = (ContributionPersonLink.find_one(
         ContributionPersonLink.author_type != AuthorType.none,
         id=request.view_args['person_id'],
         contribution=self.contrib))
예제 #2
0
 def _process_args(self):
     RHContributionDisplayBase._process_args(self)
     self.author = (ContributionPersonLink.find_one(ContributionPersonLink.author_type != AuthorType.none,
                                                    id=request.view_args['person_id'],
                                                    contribution=self.contrib))
예제 #3
0
 def _checkParams(self, params):
     RHContributionDisplayBase._checkParams(self, params)
     self.author = (ContributionPersonLink.find_one(ContributionPersonLink.author_type != AuthorType.none,
                                                    id=request.view_args['person_id'],
                                                    contribution=self.contrib))
예제 #4
0
 def _checkParams(self, params):
     RHContributionDisplayBase._checkParams(self, params)
     self.author = (ContributionPersonLink.find_one(
         ContributionPersonLink.author_type != AuthorType.none,
         id=request.view_args['person_id'],
         contribution=self.contrib))