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