complete the manager module

This commit is contained in:
iIronside
2021-11-22 15:34:46 +03:00
parent 957e777da5
commit 12648f16f8
4 changed files with 46 additions and 14 deletions

View File

@ -54,14 +54,6 @@ class ManagerController extends Controller
*/
public function actionView($id)
{
// $model = $this->findModel($id);
// $questionSearchModel = new QuestionSearch();
// $questionDataProvider = new ActiveDataProvider([
// 'query' => $model->getQuestions()->with('questionType'),
// 'pagination' => [
// 'pageSize' => 20,
// ],
// ]);
$model = $this->findModel($id);
$managerEmployeeSearchModel = new ManagerEmployeeSearch();
$managerEmployeeDataProvider = new ActiveDataProvider([