Update actions to for selected type & status

This commit is contained in:
nathangray 2016-05-16 09:45:15 -06:00
parent bb7528af20
commit 6aecc62535

View File

@ -543,6 +543,8 @@ class infolog_ui
{
$rows['sel_options']['info_status']['deleted'] = 'deleted';
}
// Update actions for selected type / status / etc.
$query['actions'] = $this->get_actions($query);
if ($GLOBALS['egw_info']['flags']['currentapp'] == 'infolog' && !$this->called_by)
{