mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-12-27 00:58:55 +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
|
//'actions' => $this->get_actions(), // set on each request, as it depends on some filters
|
||||||
'row_id' => 'id',
|
'row_id' => 'id',
|
||||||
'row_modified' => 'modified',
|
'row_modified' => 'modified',
|
||||||
|
'add_on_top_sort_field' => 'modified',
|
||||||
'is_parent' => 'group_count',
|
'is_parent' => 'group_count',
|
||||||
'parent_id' => 'parent_id',
|
'parent_id' => 'parent_id',
|
||||||
'favorites' => true,
|
'favorites' => true,
|
||||||
|
Loading…
Reference in New Issue
Block a user