Changeset 16210 for main/waeup.uniben/trunk/src/waeup/uniben/applicants
- Timestamp:
- 19 Aug 2020, 13:55:07 (4 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
main/waeup.uniben/trunk/src/waeup/uniben/applicants/browser.py
r16199 r16210 130 130 'fst_sit_results', 'scd_sit_results') 131 131 132 TRANS_OMIT_FIELDS = (' locked', 'suspended', 'applicant_id',)132 TRANS_OMIT_FIELDS = ('suspended', 'applicant_id',) 133 133 134 134 TRANS_SHORT_OMIT_FIELDS = TRANS_OMIT_FIELDS + ( … … 485 485 for field in TRANS_OMIT_FIELDS: 486 486 form_fields = form_fields.omit(field) 487 form_fields = form_fields.omit('locked') 487 488 return form_fields 488 489 if self.target is not None and self.target == 'tscs': … … 490 491 for field in TRANS_SHORT_OMIT_FIELDS: 491 492 form_fields = form_fields.omit(field) 493 form_fields = form_fields.omit('locked') 492 494 return form_fields 493 495 if self.target == 'ictwk':
Note: See TracChangeset for help on using the changeset viewer.