mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-21 23:43:17 +01:00
Fix list registry to be ajax / no iframe
This commit is contained in:
parent
0e4ef27dd4
commit
9740d35e3b
@ -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'
|
||||
|
Loading…
Reference in New Issue
Block a user