Commit 80db07c6 authored by Shakarim Sapa's avatar Shakarim Sapa

- Добавлено выпадающее меню для формы lessons

parent 5d5e7e37
......@@ -12,6 +12,10 @@ return [
'type' => 'text',
'class' => 'form-control'
],
'course_id' => [
'type' => 'dropdownlist',
'items' => \yii\helpers\ArrayHelper::map(\common\modules\analyticsSchool\models\AnalyticsSchoolCourse::find()->all(), 'id', 'name')
],
'video_link' => [
'type' => 'text',
'class' => 'form-control'
......
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