From efa49e1f0da6a7c9a4e790b972b2518ddfc1d7d7 Mon Sep 17 00:00:00 2001 From: Arlen Johnson Date: Thu, 27 Oct 2022 14:24:00 -0400 Subject: [PATCH] Add missing vv_attr_id for topLinks (CO-2527) --- app/templates/Matchgrids/manage.php | 3 ++- app/templates/Standard/index.php | 1 + 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/app/templates/Matchgrids/manage.php b/app/templates/Matchgrids/manage.php index 9ca7c5cc6..eb1228153 100644 --- a/app/templates/Matchgrids/manage.php +++ b/app/templates/Matchgrids/manage.php @@ -35,7 +35,8 @@ $this->Menu->getMenuOrder('Add'), 'icon' => $this->Menu->getMenuIcon('History'), diff --git a/app/templates/Standard/index.php b/app/templates/Standard/index.php index edaf51630..a58c4e2f9 100644 --- a/app/templates/Standard/index.php +++ b/app/templates/Standard/index.php @@ -94,6 +94,7 @@ function _column_key($modelsName, $c, $tz=null) { // topLinks menu dropdown / button listing $action_args = array(); $action_args['vv_attr_mdl'] = "IndexTopLinks"; + $action_args['vv_attr_id'] = 0; // Insert additional actions as per the .inc file if(!empty($topLinks)) {