Changeset 15865
- Timestamp:
- 3 Dec 2019, 08:29:23 (5 years ago)
- Location:
- main/waeup.kofa/trunk
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
main/waeup.kofa/trunk/CHANGES.txt
r15834 r15865 4 4 1.6.1.dev0 (unreleased) 5 5 ======================= 6 7 * Sort lecturers on scores slip. 6 8 7 9 * Don't show hint on pdf slips. -
main/waeup.kofa/trunk/src/waeup/kofa/students/browser.py
r15806 r15865 3752 3752 lecturers = [i['user_title'] for i in self.getUsersWithLocalRoles() 3753 3753 if i['local_role'] == 'waeup.local.Lecturer'] 3754 lecturers = sorted(lecturers) 3754 3755 lecturers = ', '.join(lecturers) 3755 3756 students_utils = getUtility(IStudentsUtils)
Note: See TracChangeset for help on using the changeset viewer.