Skip to content

Commit

Permalink
Correct test for $rowActions post-rebase. (CFM-31)
Browse files Browse the repository at this point in the history
  • Loading branch information
arlen committed Sep 24, 2024
1 parent 8788021 commit bae9488
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions app/templates/Standard/index.php
Original file line number Diff line number Diff line change
Expand Up @@ -399,8 +399,7 @@
}

// Output the row actions if present
if($isFirstLink && !empty($action_args['vv_actions'])) {
// todo check if needed
if($isFirstLink && !empty($rowActions)) {
print '<div class="field-actions-container">';
print '<div class="field-actions">';
print $this->element('menuAction', $action_args);
Expand Down

0 comments on commit bae9488

Please sign in to comment.