Skip to content

Commit

Permalink
importQuestionGroup
Browse files Browse the repository at this point in the history
  • Loading branch information
TonisOrmisson committed Nov 6, 2017
1 parent 3d1981d commit 2e72d46
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -1,7 +1,11 @@
<?php
/**
* Import a group view
* @var AdminController $this
*/

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

<div id='edit-survey-text-element' class='side-body <?php echo getSideBodyClass(false); ?>'>
Expand Down
3 changes: 3 additions & 0 deletions tests/data/views/adminSurveyViews.php
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,8 @@
// FIXME these FAIL !!
//'surveyResponsesIndex' =>['route'=>'responses/sa/index/surveyid/{SID}'],
//'surveyResponsesBrowse' =>['route'=>'responses/sa/browse/surveyid/{SID}'],

// this seems to be a special case, opens in another tab
//'printableSurvey' =>['route'=>'printablesurvey/sa/index/surveyid/{SID}'],

// FIXME these views need an activated survey
Expand All @@ -51,6 +53,7 @@
// question views
'addQuestion' =>['route'=>'questions/sa/newquestion/surveyid/{SID}'],
'addQuestionGroup' =>['route'=>'questiongroups/sa/add/surveyid/{SID}'],
'importQuestionGroup' =>['route'=>'questiongroups/sa/importview/surveyid/{SID}'],



Expand Down

0 comments on commit 2e72d46

Please sign in to comment.