Skip to content

Commit

Permalink
statisticsIndex
Browse files Browse the repository at this point in the history
  • Loading branch information
TonisOrmisson committed Nov 6, 2017
1 parent 9755bbd commit ad24c74
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 3 deletions.
5 changes: 4 additions & 1 deletion application/views/admin/export/statistics_view.php
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,11 @@
* @var AdminController $this
* @var Survey $oSurvey
*/
?>

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

?>
<!-- Javascript variables -->
<?php $this->renderPartial('/admin/export/statistics_subviews/_statistics_view_scripts', array('sStatisticsLanguage'=>$sStatisticsLanguage, 'surveyid'=>$surveyid, 'showtextinline'=>$showtextinline)) ; ?>

Expand Down
9 changes: 7 additions & 2 deletions tests/data/views/adminSurveyViews.php
Original file line number Diff line number Diff line change
Expand Up @@ -30,13 +30,18 @@
'surveyPlugins' =>['route'=>'survey/sa/rendersidemenulink/subaction/plugins/surveyid/{SID}'],


// going deeper

// going deeper -------------------------------------
// --------------------------------------------------

'surveyLogicFile' =>['route'=>'expressions/sa/survey_logic_file/sid/{SID}'],
// FIXME these FAIL !!
//'surveyResponsesIndex' =>['route'=>'responses/sa/index/surveyid/{SID}'],
//'surveyResponsesBrowse' =>['route'=>'responses/sa/browse/surveyid/{SID}'],

'dataEntryView' =>['route'=>'dataentry/sa/view/surveyid/{SID}'],
'statisticsIndex' =>['route'=>'statistics/sa/index/surveyid/{SID}'],





Expand Down

0 comments on commit ad24c74

Please sign in to comment.