From 1d282b141c57dbb6f791cf751555e2feebf28eb1 Mon Sep 17 00:00:00 2001 From: marina Date: Wed, 18 Sep 2024 12:05:39 +0300 Subject: [PATCH] =?utf8?q?ERP-175=20=D0=98=D1=81=D0=BF=D1=80=D0=B0=D0=B2?= =?utf8?q?=D0=B8=D1=82=D1=8C=20=D0=BE=D1=88=D0=B8=D0=B1=D0=BA=D0=B8=20?= =?utf8?q?=D0=B2=D0=BE=D1=80=D0=BA-=D0=B1=D0=BE=D1=82=D0=B0=20=D0=BA=D0=BE?= =?utf8?q?=D1=80=D1=80=D0=B5=D0=BA=D1=82=D0=BD=D0=B0=D1=8F=20=D0=B2=D0=B5?= =?utf8?q?=D1=80=D1=81=D0=B8=D1=8F?= MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit --- erp24/api3/modules/v1/controllers/timetable/PlanController.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/erp24/api3/modules/v1/controllers/timetable/PlanController.php b/erp24/api3/modules/v1/controllers/timetable/PlanController.php index 0f1ef6ed..4508a23d 100644 --- a/erp24/api3/modules/v1/controllers/timetable/PlanController.php +++ b/erp24/api3/modules/v1/controllers/timetable/PlanController.php @@ -34,7 +34,7 @@ class PlanController extends \yii_app\api3\controllers\ActiveController $actions['index']['dataFilter'] = [ 'class' => \yii\data\ActiveDataFilter::class, - 'searchModel' => $actions['index']['modelClass'] + 'searchModel' => $this->modelClass, ]; unset($actions['delete']); -- 2.39.5