diff --git a/app/templates/Standard/index.php b/app/templates/Standard/index.php index cbc652aca..0779da6d5 100644 --- a/app/templates/Standard/index.php +++ b/app/templates/Standard/index.php @@ -263,7 +263,7 @@ function _column_key($modelsName, $c, $tz=null) { foreach($linkActions as $a) { // Does this user have permission for this action? if($vv_permissions[$a]) { - print $this->Html->link($label, ['action' => $a, $entity->id]); + print $this->Html->link($label, array_merge_recursive(['action' => $a], $linkArgs)); $linked = true; break 2; }