From 6aecc625357b0bc9f469d02a4f1ce2152986dda3 Mon Sep 17 00:00:00 2001 From: nathangray Date: Mon, 16 May 2016 09:45:15 -0600 Subject: [PATCH] Update actions to for selected type & status --- infolog/inc/class.infolog_ui.inc.php | 2 ++ 1 file changed, 2 insertions(+) diff --git a/infolog/inc/class.infolog_ui.inc.php b/infolog/inc/class.infolog_ui.inc.php index fe0f1b4f91..35bf80d168 100644 --- a/infolog/inc/class.infolog_ui.inc.php +++ b/infolog/inc/class.infolog_ui.inc.php @@ -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) {