Skip to content

Commit

Permalink
Post-rebase vs. develop corrections (CFM-31)
Browse files Browse the repository at this point in the history
  • Loading branch information
arlen committed Dec 19, 2024
1 parent d1f5e65 commit d8f009f
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion app/templates/Standard/index.php
Original file line number Diff line number Diff line change
Expand Up @@ -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 '<div class="field-actions-container">';
print '<div class="field-actions">';
print $this->element('menuAction', $action_args);
Expand Down

0 comments on commit d8f009f

Please sign in to comment.