Skip to content

Commit

Permalink
surveyResponsesIndex
Browse files Browse the repository at this point in the history
  • Loading branch information
TonisOrmisson committed Nov 6, 2017
1 parent 7056b69 commit 0d69a2a
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 0 deletions.
5 changes: 5 additions & 0 deletions application/views/admin/responses/browseindex_view.php
Original file line number Diff line number Diff line change
@@ -1,7 +1,12 @@
<?php
/**
* @var $this AdminController
* Response Summary view
*/

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

?>
<div class='side-body <?php echo getSideBodyClass(true); ?>'>
<h3><?php eT("Response summary"); ?></h3>
Expand Down
4 changes: 4 additions & 0 deletions tests/data/views/adminSurveyViews.php
Original file line number Diff line number Diff line change
Expand Up @@ -32,5 +32,9 @@

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



];

0 comments on commit 0d69a2a

Please sign in to comment.