Opened 13 years ago
Closed 13 years ago
#232 closed enhancement (fixed)
Sort the people pages
| Reported by: | adehnert | Owned by: | |
|---|---|---|---|
| Priority: | minor | Milestone: | Sometime |
| Component: | People | Version: | |
| Keywords: | Cc: | ||
| Size: | tiny |
Description
On the "View" (https://asa.mit.edu/groups/32/), "Update people" (https://asa.mit.edu/groups/32/edit/officers), and "Space access" (https://asa.mit.edu/groups/32/space/) pages, we list a bunch of people in seemingly arbitrary orders. These should be sorted by {first ,last ,user}name or something instead.
Change History (2)
comment:1 Changed 13 years ago by adehnert
comment:2 Changed 13 years ago by adehnert
- Resolution set to fixed
- Status changed from new to closed
Note: See
TracTickets for help on using
tickets.
Fixed in commits cbd22b, d3b0d8, and 393560:
commit cbd22b40a7944657a864f3882e44ae16c89dd2de Author: Alex Dehnert <adehnert@mit.edu> Date: Mon Jun 3 05:06:04 2013 -0400 Sort the "Update people" page (partial ASA-#232) commit d3b0d83ea79f9a3f4b347f7ebc8ccc548dfcb806 Author: Alex Dehnert <adehnert@mit.edu> Date: Mon Jun 3 05:01:26 2013 -0400 Sort the signatories page (partial ASA-#232) commit 3935609c887f717c99e122ecddf4e26a05055f82 Author: Alex Dehnert <adehnert@mit.edu> Date: Mon Jun 3 04:49:20 2013 -0400 Sort the officers of a group (partial ASA-#232) In many cases where some_group.officers() is called, the results will be displayed in a context where some sensible order is desirable. This causes that function to automatically call .order_by to sort the results by role and person.