Skip to content

Commit

Permalink
Fixed issue: Missing subaction in URL for generate question codes
Browse files Browse the repository at this point in the history
  • Loading branch information
olleharstedt committed Mar 10, 2017
1 parent bb3fe77 commit 414076e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions application/views/admin/survey/surveybar_view.php
Expand Up @@ -351,15 +351,15 @@

<!-- Straight -->
<li>
<a href="<?php echo $this->createUrl("/admin/survey/regenquestioncodes/surveyid/{$surveyid}/subaction/straight"); ?>">
<a href="<?php echo $this->createUrl("/admin/survey/sa/regenquestioncodes/surveyid/{$surveyid}/subaction/straight"); ?>">
<span class="icon-resetsurveylogic" ></span>
<?php eT("Straight");?>
</a>
</li>

<!-- By question group -->
<li>
<a href="<?php echo $this->createUrl("/admin/survey/regenquestioncodes/surveyid/{$surveyid}/subaction/bygroup"); ?>">
<a href="<?php echo $this->createUrl("/admin/survey/sa/regenquestioncodes/surveyid/{$surveyid}/subaction/bygroup"); ?>">
<span class="icon-resetsurveylogic" ></span>
<?php eT("By question group");?>
</a>
Expand Down

0 comments on commit 414076e

Please sign in to comment.