Skip to content

Commit

Permalink
exportResults
Browse files Browse the repository at this point in the history
  • Loading branch information
TonisOrmisson committed Nov 6, 2017
1 parent ad24c74 commit 7f3840a
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
5 changes: 5 additions & 0 deletions application/views/admin/export/exportresults_view.php
Original file line number Diff line number Diff line change
@@ -1,7 +1,12 @@
<?php
/**
* Export result view
* @var AdminController $this
*/

// DO NOT REMOVE This is for automated testing to validate we see that page
echo viewHelper::getViewTestTag('exportResults');

?>
<script type="text/javascript">
var sMsgColumnCount = '<?php eT("%s of %s columns selected",'js'); ?>';
Expand Down
1 change: 1 addition & 0 deletions tests/data/views/adminSurveyViews.php
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,7 @@
//'surveyResponsesBrowse' =>['route'=>'responses/sa/browse/surveyid/{SID}'],
'dataEntryView' =>['route'=>'dataentry/sa/view/surveyid/{SID}'],
'statisticsIndex' =>['route'=>'statistics/sa/index/surveyid/{SID}'],
'exportResults' =>['route'=>'admin/export/sa/exportresults/surveyid/{SID}'],



Expand Down

0 comments on commit 7f3840a

Please sign in to comment.