Change default sort for People grid view.
This commit is contained in:
parent
7fbabc8792
commit
3257010a7e
|
@ -41,7 +41,7 @@ class PeopleGrid(SearchableAlchemyGridView):
|
|||
|
||||
mapped_class = Person
|
||||
config_prefix = 'people'
|
||||
sort = 'first_name'
|
||||
sort = 'display_name'
|
||||
|
||||
def join_map(self):
|
||||
return {
|
||||
|
|
Loading…
Reference in a new issue