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