Changeset 14017 for main/waeup.aaue/trunk/src/waeup/aaue
- Timestamp:
- 7 Jul 2016, 06:43:21 (8 years ago)
- Location:
- main/waeup.aaue/trunk/src/waeup/aaue/applicants
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
main/waeup.aaue/trunk/src/waeup/aaue/applicants/browser.py
r14015 r14017 32 32 from waeup.kofa.students.interfaces import IStudentsUtils 33 33 from waeup.kofa.interfaces import IPDF 34 from waeup.kofa.applicants.interfaces import IApplicant35 34 from waeup.kofa.browser.viewlets import ManageActionButton 36 35 from waeup.aaue.interfaces import MessageFactory as _ -
main/waeup.aaue/trunk/src/waeup/aaue/applicants/interfaces.py
r13996 r14017 133 133 required = False, 134 134 readonly = False, 135 default = [],135 defaultFactory=list, 136 136 ) 137 137 scd_sit_fname = schema.TextLine( … … 162 162 required = False, 163 163 readonly = False, 164 default = [],164 defaultFactory=list, 165 165 ) 166 166 alr_fname = schema.TextLine( … … 185 185 required = False, 186 186 readonly = False, 187 default = [],187 defaultFactory=list, 188 188 ) 189 189 hq_type = schema.Choice(
Note: See TracChangeset for help on using the changeset viewer.