Skip to content

Commit

Permalink
Add missing vv_attr_id for topLinks (CO-2527)
Browse files Browse the repository at this point in the history
  • Loading branch information
arlen committed Oct 27, 2022
1 parent e21e2b8 commit efa49e1
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
3 changes: 2 additions & 1 deletion app/templates/Matchgrids/manage.php
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,8 @@
<?php
// topLinks menu dropdown / button listing
$action_args = array();
$action_args['vv_attr_mdl'] = "IndexTopLinks";
$action_args['vv_attr_mdl'] = "IndexTopLinks";
$action_args['vv_attr_id'] = 0;
$action_args['vv_actions'][] = array(
'order' => $this->Menu->getMenuOrder('Add'),
'icon' => $this->Menu->getMenuIcon('History'),
Expand Down
1 change: 1 addition & 0 deletions app/templates/Standard/index.php
Original file line number Diff line number Diff line change
Expand Up @@ -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)) {
Expand Down

0 comments on commit efa49e1

Please sign in to comment.