Changeset 16838 for main/waeup.aaue/trunk/src/waeup/aaue/students
- Timestamp:
- 25 Feb 2022, 07:42:43 (3 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
main/waeup.aaue/trunk/src/waeup/aaue/students/batching.py
r16001 r16838 62 62 @property 63 63 def available_fields(self): 64 fields = super(CustomStudentStudyLevelProcessor, self).available_fields 64 fields = super( 65 CustomStudentStudyLevelProcessor, self).available_fields + ['previous',] 65 66 fields.remove('total_credits_s1') 66 67 fields.remove('total_credits_s2') … … 79 80 'level_session', 'outstanding', 'course_category', 80 81 'title', 'credits', 'passmark', 'semester', 'ticket_session', 81 'imported_ts', 'unlock_score' 82 'imported_ts', 'unlock_score', 'previous' 82 83 ] + self.additional_fields 83 84 return sorted(fields)
Note: See TracChangeset for help on using the changeset viewer.