Esempio n. 1
0
 def _process_args(self):
     RHManageContributionsBase._process_args(self)
     self.contrib_type = ContributionType.get_one(
         request.view_args['contrib_type_id'])
Esempio n. 2
0
 def _checkParams(self, params):
     RHManageContributionsBase._checkParams(self, params)
     self.contrib_type = ContributionType.get_one(request.view_args['contrib_type_id'])
Esempio n. 3
0
 def _process_args(self):
     RHManageContributionsBase._process_args(self)
     self.contrib_type = ContributionType.get_one(request.view_args['contrib_type_id'])
Esempio n. 4
0
 def _checkParams(self, params):
     RHManageContributionsBase._checkParams(self, params)
     self.contrib_type = ContributionType.get_one(
         request.view_args['contrib_type_id'])