mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-23 00:13:35 +01:00
Fix links to accounts (home-accounts) would not open properly when you click on them
This commit is contained in:
parent
05ea41493d
commit
060cf6073a
@ -143,7 +143,7 @@ class egw_link extends solink
|
||||
'icon' => 'addressbook/accounts',
|
||||
'query' => 'accounts::link_query',
|
||||
'title' => 'common::grab_owner_name',
|
||||
'view' => array('menuaction'=>'addressbook.addressbook_ui.view'),
|
||||
'view' => array('menuaction'=>'addressbook.addressbook_ui.view','ajax'=>'true'),
|
||||
'view_id' => 'account_id'
|
||||
),
|
||||
'home' => array(
|
||||
|
Loading…
Reference in New Issue
Block a user