Skip to content

Commit

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

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

?>
<div class='side-body <?php echo getSideBodyClass(false); ?>'>
<h3><?php eT('Survey responses'); ?></h3>

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 @@ -34,6 +34,7 @@
'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}'],



Expand Down

0 comments on commit 5b7953b

Please sign in to comment.