Skip to content

Commit

Permalink
addQuota
Browse files Browse the repository at this point in the history
  • Loading branch information
TonisOrmisson committed Nov 6, 2017
1 parent 2e72d46 commit 852cfe2
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
4 changes: 4 additions & 0 deletions application/views/admin/quotas/newquota_view.php
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,10 @@
/* @var string $lang */
/* @var Quota $oQuota */
/* @var QuotaLanguageSetting[] $aQuotaLanguageSettings */

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

?>
<div class='side-body <?php echo getSideBodyClass(false); ?>'>
<div class='col-lg-8'>
Expand Down
5 changes: 4 additions & 1 deletion tests/data/views/adminSurveyViews.php
Original file line number Diff line number Diff line change
Expand Up @@ -50,10 +50,13 @@



// question views
// adding elements to survey
'addQuestion' =>['route'=>'questions/sa/newquestion/surveyid/{SID}'],
'addQuestionGroup' =>['route'=>'questiongroups/sa/add/surveyid/{SID}'],
'importQuestionGroup' =>['route'=>'questiongroups/sa/importview/surveyid/{SID}'],
'addQuota' =>['route'=>'quotas/sa/newquota/surveyid/{SID}'],





Expand Down

0 comments on commit 852cfe2

Please sign in to comment.