* Addressbook - Enable viewing infolog entries of organisations

This commit is contained in:
nathangray 2017-12-19 10:13:33 -07:00
parent c6b2d84777
commit 26aacd8434

View File

@ -608,7 +608,7 @@ class addressbook_ui extends addressbook_bo
'caption' => lang('View linked InfoLog entries'), 'caption' => lang('View linked InfoLog entries'),
'icon' => 'infolog/navbar', 'icon' => 'infolog/navbar',
'onExecute' => 'javaScript:app.addressbook.view_infolog', 'onExecute' => 'javaScript:app.addressbook.view_infolog',
'enableClass' => 'contact_contact', 'disableClass' => 'contact_duplicate',
'allowOnMultiple' => true, 'allowOnMultiple' => true,
'hideOnDisabled' => true, 'hideOnDisabled' => true,
), ),