Skip to content

Commit

Permalink
Fixed issue #16088: Access group - see question list at the bottom (#…
Browse files Browse the repository at this point in the history
…1451)

Made the question list in its own key as to separate it from the default keys (ex: debug) added by the communication layer.
  • Loading branch information
gabrieljenik committed Jun 29, 2020
1 parent 4160747 commit 9c240b4
Show file tree
Hide file tree
Showing 8 changed files with 3,352 additions and 3,344 deletions.
2 changes: 1 addition & 1 deletion application/controllers/admin/questiongroups.php
Expand Up @@ -501,7 +501,7 @@ public function getQuestionsForGroup($surveyid, $iQuestionGroupId)
$aQuestions[$oQuestion->qid] = array_merge($oQuestion->attributes, $oQuestion->questionl10ns);
});

$this->renderJSON($aQuestions);
$this->renderJSON(['questions' => $aQuestions]);
}

/**
Expand Down
2 changes: 1 addition & 1 deletion assets/packages/questiongroup/build.min/css/main.css

Large diffs are not rendered by default.

Large diffs are not rendered by default.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 9c240b4

Please sign in to comment.