Changeset cbd22b4


Ignore:
Timestamp:
Jun 3, 2013, 5:06:04 AM (12 years ago)
Author:
Alex Dehnert <adehnert@…>
Branches:
master, space-access, stable, stage
Children:
8ccd88f
Parents:
d3b0d83
git-author:
Alex Dehnert <adehnert@…> (06/03/13 05:06:04)
git-committer:
Alex Dehnert <adehnert@…> (06/03/13 05:06:04)
Message:

Sort the "Update people" page (partial ASA-#232)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • asadb/groups/views.py

    rd3b0d83 rcbd22b4  
    221221def manage_officers_load_officers(group, ):
    222222    officers = group.officers()
    223     people = list(set([ officer.person for officer in officers ]))
     223    people = sorted(set([ officer.person for officer in officers ]))
    224224    roles  = groups.models.OfficerRole.objects.all()
    225225
Note: See TracChangeset for help on using the changeset viewer.