From 7d15da5f9fcfa282521d21785f294c6b752541cc Mon Sep 17 00:00:00 2001 From: Arlen Johnson Date: Tue, 24 Sep 2024 09:16:45 -0400 Subject: [PATCH] Correct test for $rowActions post-rebase. (CFM-31) --- app/templates/Standard/index.php | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/app/templates/Standard/index.php b/app/templates/Standard/index.php index b6e157ddd..1d07fe396 100644 --- a/app/templates/Standard/index.php +++ b/app/templates/Standard/index.php @@ -407,8 +407,7 @@ } // Output the row actions if present - if($isFirstLink && !empty($action_args['vv_actions'])) { - // todo check if needed + if($isFirstLink && !empty($rowActions)) { print '
'; print '
'; print $this->element('menuAction', $action_args);