Commit 6c10cecc authored by Shakarim Sapa's avatar Shakarim Sapa

- Корректировка отображаемой информации в таблице рассылки по кейсам

parent 44d298d6
...@@ -38,7 +38,7 @@ use yii\grid\GridView; ...@@ -38,7 +38,7 @@ use yii\grid\GridView;
'attribute' => 'case_id', 'attribute' => 'case_id',
'value' => function($model) { 'value' => function($model) {
/** @var $model common\modules\triggers\models\CasesSchedule */ /** @var $model common\modules\triggers\models\CasesSchedule */
return $model->case->name; return $model->case->url;
} }
], ],
[ [
......
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