From 060cf6073aaef3270c98810a7e65a29b1e51cb73 Mon Sep 17 00:00:00 2001 From: Nathan Gray Date: Mon, 5 Oct 2015 15:45:44 +0000 Subject: [PATCH] Fix links to accounts (home-accounts) would not open properly when you click on them --- phpgwapi/inc/class.egw_link.inc.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/phpgwapi/inc/class.egw_link.inc.php b/phpgwapi/inc/class.egw_link.inc.php index a4ce27ac6b..c015c64d36 100644 --- a/phpgwapi/inc/class.egw_link.inc.php +++ b/phpgwapi/inc/class.egw_link.inc.php @@ -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(