changing foreign key in user_response from id to uuid, completed add greedy loading, some refactoring
This commit is contained in:
@ -57,7 +57,7 @@ class QuestionnaireCategoryController extends Controller
|
||||
$model = $this->findModel($id);
|
||||
$questionnaireSearchModel = new QuestionnaireSearch();
|
||||
$questionnaireDataProvider = new ActiveDataProvider([
|
||||
'query' => $model->getQuestionnaires(),
|
||||
'query' => $model->getQuestionnaires()->with('category'),
|
||||
'pagination' => [
|
||||
'pageSize' => 20,
|
||||
],
|
||||
|
Reference in New Issue
Block a user