Changeset 16068 for main/kofacustom.iuokada
- Timestamp:
- 21 Apr 2020, 09:16:48 (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
main/kofacustom.iuokada/trunk/src/kofacustom/iuokada/applicants/applicant.py
r16067 r16068 36 36 grok.provides(ICustomApplicant) 37 37 38 @property39 def refereereports(self):40 reports = [value for value in self.values()41 if isinstance(value, CustomApplicantRefereeReport)]42 return reports43 44 38 CustomApplicant = attrs_to_fields(CustomApplicant) 45 39
Note: See TracChangeset for help on using the changeset viewer.