Commit fd62688f authored by Shakarim Sapa's avatar Shakarim Sapa

- Поле статус выведено в управление курсами

parent c6d8bc54
......@@ -21,6 +21,12 @@ use yii\grid\GridView;
['class' => 'yii\grid\SerialColumn'],
'id',
[
'attribute' => 'status',
'value' => function($data) {
return $data->getStatus($data->status);
}
],
'name',
'description:ntext',
'image:html',
......
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