- Timestamp:
- 3 Dec 2019, 08:29:23 (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
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.