Skip to content

Commit

Permalink
Fixed issue: unable to send token email reminders
Browse files Browse the repository at this point in the history
  • Loading branch information
dominikvitt committed Nov 29, 2018
1 parent 114bc93 commit 0d5d8da
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion application/models/TokenDynamic.php
Expand Up @@ -857,7 +857,7 @@ public function getGridButtons()
$gridButtons['remind'] = array(
'label'=>'<span class="sr-only">'.gT("Send email reminder").'</span><span class="icon-remind" aria-hidden="true"></span>',
'imageUrl'=>false,
'url' => 'App()->createUrl("/admin/tokens/sa/remind",array("surveyid"=>'.self::$sid.',"tokenids"=>$data->tid));',
'url' => 'App()->createUrl("/admin/tokens/sa/email/action/remind",array("surveyid"=>'.self::$sid.',"tokenids"=>$data->tid));',
'options' => array(
'class'=>"btn btn-default btn-xs btn-email",
'data-toggle'=>"tooltip",
Expand Down

2 comments on commit 0d5d8da

@Shnoulle
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

? I send a reminder yesterday on last git ?

@Shnoulle
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Oups … sorry : action bar … my fault … eee87c8

Please sign in to comment.