Skip to content

Commit

Permalink
Fixed issue #16787: Survey participant / Token editor doesn't correct…
Browse files Browse the repository at this point in the history
…ly reflect reminder status when survey in anonymous mode
  • Loading branch information
adamzammit committed Oct 26, 2020
1 parent 9694e0e commit ba7340f
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions application/views/admin/token/tokenform.php
Expand Up @@ -319,10 +319,10 @@
<?php } else { ?>
<?php
$this->widget('yiiwheels.widgets.switch.WhSwitch', array(
'name' => "sent-switch",
'id'=>"sent-switch",
'name' => "remind-switch",
'id'=>"remind-switch",
'htmlOptions'=>array('class'=>"YesNoSwitch action_toggle_bootstrap_switch"),
'value' => $bSwitchValue,
'value' => $bRemindSwitchValue,
'onLabel'=>gT('Yes'),
'offLabel' => gT('No')));
?>
Expand Down

0 comments on commit ba7340f

Please sign in to comment.