Fix list registry to be ajax / no iframe

This commit is contained in:
Nathan Gray 2014-01-16 14:51:35 +00:00
parent 0e4ef27dd4
commit 9740d35e3b

View File

@ -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'