Change default sort for People grid view.

This commit is contained in:
Lance Edgar 2015-02-02 20:44:32 -06:00
parent 7fbabc8792
commit 3257010a7e

View file

@ -41,7 +41,7 @@ class PeopleGrid(SearchableAlchemyGridView):
mapped_class = Person
config_prefix = 'people'
sort = 'first_name'
sort = 'display_name'
def join_map(self):
return {