Addressbook: Push - add add_on_top_sort_field to add rows on top

This commit is contained in:
nathangray 2021-02-25 14:01:16 -07:00
parent 1eb174d3f7
commit 14dbd3d1f3

View File

@ -254,6 +254,7 @@ class addressbook_ui extends addressbook_bo
//'actions' => $this->get_actions(), // set on each request, as it depends on some filters
'row_id' => 'id',
'row_modified' => 'modified',
'add_on_top_sort_field' => 'modified',
'is_parent' => 'group_count',
'parent_id' => 'parent_id',
'favorites' => true,