Skip to content

Commit

Permalink
Change default People index sort order (CFM-7)
Browse files Browse the repository at this point in the history
  • Loading branch information
Benn Oshrin committed Oct 19, 2022
1 parent 6a5f12f commit e0cd3eb
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion app/src/Controller/PeopleController.php
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,8 @@ class PeopleController extends StandardController {
// so basically a mess... let's just use family name for now and wait for
// (and we haven't even gotten to other languages like Hindi)
// someone to file an RFE
'PrimaryName.family' => 'asc'
'PrimaryName.family' => 'asc',
'PrimaryName.given' => 'asc'
],
'sortableFields' => [
'PrimaryName.given',
Expand Down

0 comments on commit e0cd3eb

Please sign in to comment.