Commit 32be3feb authored by Shakarim Sapa's avatar Shakarim Sapa

- Добавлена фильтрация dataprovider загружаемых файлов

parent b7136601
...@@ -32,7 +32,7 @@ return [ ...@@ -32,7 +32,7 @@ return [
'model' => $this->model, 'model' => $this->model,
'dataProvider' => new ActiveDataProvider([ 'dataProvider' => new ActiveDataProvider([
'query' => AnalyticsSchoolLessonFile::find()->where([ 'query' => AnalyticsSchoolLessonFile::find()->where([
'title' => '1' 'lesson_id' => $this->model->id
]) ])
]) ])
]), ]),
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment