From d8f009f7549eb3e4b9406a59b4fe83433a87b21d Mon Sep 17 00:00:00 2001 From: Arlen Johnson Date: Wed, 14 Aug 2024 13:12:15 -0400 Subject: [PATCH] Post-rebase vs. develop corrections (CFM-31) --- app/templates/Standard/index.php | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/app/templates/Standard/index.php b/app/templates/Standard/index.php index 1d07fe396..b6e157ddd 100644 --- a/app/templates/Standard/index.php +++ b/app/templates/Standard/index.php @@ -407,7 +407,8 @@ } // Output the row actions if present - if($isFirstLink && !empty($rowActions)) { + if($isFirstLink && !empty($action_args['vv_actions'])) { + // todo check if needed print '
'; print '
'; print $this->element('menuAction', $action_args);