mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-21 23:43:17 +01:00
Addressbook: Push - add add_on_top_sort_field to add rows on top
This commit is contained in:
parent
1eb174d3f7
commit
14dbd3d1f3
@ -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,
|
||||
|
Loading…
Reference in New Issue
Block a user