Changeset 13717
- Timestamp:
- 18 Feb 2016, 12:41:17 (9 years ago)
- Location:
- main/waeup.uniben/trunk/src/waeup/uniben/students
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
main/waeup.uniben/trunk/src/waeup/uniben/students/browser.py
r13624 r13717 131 131 def omit_fields(self): 132 132 omit_fields = ('password', 'suspended', 'suspended_comment', 133 'phone', 'adm_code', 'email', 'date_of_birth') 133 'phone', 'adm_code', 'email', 'date_of_birth', 134 'flash_notice') 134 135 if self.context.faccode == 'JUPEB': 135 136 omit_fields += ('faculty', 'department') … … 184 185 'date_of_birth', 'current_level', 185 186 'department', 'current_mode', 186 'entry_session', 'matric_number', 'sex') 187 'entry_session', 'matric_number', 'sex', 188 'flash_notice') 187 189 188 190 form_fields = [] … … 503 505 504 506 omit_fields = ('password', 'suspended', 'suspended_comment', 505 'phone', 'adm_code', 'email', 'date_of_birth' )507 'phone', 'adm_code', 'email', 'date_of_birth', 'flash_notice') 506 508 507 509 def render(self): -
main/waeup.uniben/trunk/src/waeup/uniben/students/tests/test_export.py
r13624 r13717 51 51 'emp_reason,emp_start,employer,employer2,' 52 52 'financial_clearance_date,financially_cleared_by,' 53 'firstname,f ormer_matric,'53 'firstname,flash_notice,former_matric,' 54 54 'fst_sit_date,fst_sit_fname,fst_sit_no,fst_sit_results,' 55 55 'fst_sit_type,hq2_degree,hq2_disc,hq2_matric_no,hq2_school,' … … 65 65 'current_level,current_session\r\nmy adm code,,,,' 66 66 '"[(\'printing_craft_practice\', \'A1\')]",my clr code,1981-02-04#,,,' 67 'anna@sample.com,,,,,,,,,,,,,Anna,,,,, "[(\'printing_craft_practice\', \'A1\')]"'67 'anna@sample.com,,,,,,,,,,,,,Anna,,,,,,"[(\'printing_craft_practice\', \'A1\')]"' 68 68 ',,,,,,,,,,,,,,,,Tester,,,234,M.,NG,,,,,,,,,,' 69 69 '"Studentroad 21\nLagos 123456\n",,+234-123-12345#,,123,,,,,'
Note: See TracChangeset for help on using the changeset viewer.