From 9740d35e3b0452dee10dbfb68aac08671afcf814 Mon Sep 17 00:00:00 2001 From: Nathan Gray Date: Thu, 16 Jan 2014 14:51:35 +0000 Subject: [PATCH] Fix list registry to be ajax / no iframe --- infolog/inc/class.infolog_hooks.inc.php | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/infolog/inc/class.infolog_hooks.inc.php b/infolog/inc/class.infolog_hooks.inc.php index 616b7fa302..82607f8467 100644 --- a/infolog/inc/class.infolog_hooks.inc.php +++ b/infolog/inc/class.infolog_hooks.inc.php @@ -54,7 +54,10 @@ class infolog_hooks ), 'view_id' => 'info_id', 'view_popup' => '750x580', - 'view_list' => 'infolog.infolog_ui.index', + 'list' => array( + 'menuaction' => 'infolog.infolog_ui.index', + 'ajax' => 'true' + ), 'add' => array( 'menuaction' => 'infolog.infolog_ui.edit', 'type' => 'task'