Skip to content

Commit

Permalink
addQuestionGroup
Browse files Browse the repository at this point in the history
  • Loading branch information
TonisOrmisson committed Nov 6, 2017
1 parent 926140d commit 98c36fa
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -1,7 +1,12 @@
<?php
/**
* Add a group to survey
* @var AdminController $this
*/

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

?>

<!-- addGroup -->
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 @@ -48,6 +48,7 @@

// question views
'addQuestion' =>['route'=>'questions/sa/newquestion/surveyid/{SID}'],
'addQuestionGroup' =>['route'=>'questiongroups/sa/add/surveyid/{SID}'],



Expand Down

0 comments on commit 98c36fa

Please sign in to comment.