Changeset 15866 for main/waeup.aaue/trunk/src
- Timestamp:
- 3 Dec 2019, 08:30:48 (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
main/waeup.aaue/trunk/src/waeup/aaue/students/browser.py
r15864 r15866 1243 1243 lecturers = [i['user_title'] for i in self.getUsersWithLocalRoles() 1244 1244 if i['local_role'] == 'waeup.local.Lecturer'] 1245 lecturers = sorted(lecturers) 1245 1246 lecturers = ', '.join(lecturers) 1246 1247 students_utils = getUtility(IStudentsUtils)
Note: See TracChangeset for help on using the changeset viewer.