Повторяющиеся задачи
This commit is contained in:
@@ -70,6 +70,13 @@ $this->params['breadcrumbs'][] = $this->title;
|
||||
],
|
||||
'priority',
|
||||
'status',
|
||||
[
|
||||
'attribute' => 'period',
|
||||
'value' => function($model)
|
||||
{
|
||||
return $model->period > 0 ? $model->period : Yii::t('mole', 'No');
|
||||
},
|
||||
],
|
||||
],
|
||||
])
|
||||
?>
|
||||
|
Reference in New Issue
Block a user