Changeset 15866


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

Sort lecturers on scores slip.

File:
1 edited

Legend:

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

    r15864 r15866  
    12431243        lecturers = [i['user_title'] for i in self.getUsersWithLocalRoles()
    12441244                     if i['local_role'] == 'waeup.local.Lecturer']
     1245        lecturers = sorted(lecturers)
    12451246        lecturers =  ', '.join(lecturers)
    12461247        students_utils = getUtility(IStudentsUtils)
Note: See TracChangeset for help on using the changeset viewer.