Skip to content

Commit

Permalink
Fixed issue #19001: participant list won't show since update 230731 -…
Browse files Browse the repository at this point in the history
… version 5.6.32 (#3323)

Co-authored-by: lapiudevgit <devgit@lapiu.biz>
  • Loading branch information
gabrieljenik and lapiudevgit committed Aug 2, 2023
1 parent 71ce4f4 commit c9cb838
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion application/models/TokenDynamic.php
Expand Up @@ -872,7 +872,7 @@ public function getGridButtons()
'data-toggle' => "tooltip",
'title' => gT("Send email reminder")
),
'visible' => $baseView . ' && !($data->sent== "N" || empty($data->sent)) && $data->canBeMailed()',
'visible' => $baseView . ' && !($data->sent== "N" || empty($data->sent)) && $data->canBeEmailed()',
);
$gridButtons['mailspacer'] = array(
'label' => '<span class="fa fa-envelope-o text-muted" aria-hidden="true"></span>',
Expand Down

0 comments on commit c9cb838

Please sign in to comment.