Ignore:
Timestamp:
3 Dec 2019, 08:29:23 (5 years ago)
Author:
Henrik Bettermann
Message:

Sort lecturers on scores slip.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • main/waeup.kofa/trunk/src/waeup/kofa/students/browser.py

    r15806 r15865  
    37523752        lecturers = [i['user_title'] for i in self.getUsersWithLocalRoles()
    37533753                     if i['local_role'] == 'waeup.local.Lecturer']
     3754        lecturers = sorted(lecturers)
    37543755        lecturers =  ', '.join(lecturers)
    37553756        students_utils = getUtility(IStudentsUtils)
Note: See TracChangeset for help on using the changeset viewer.