Повторяющиеся задачи

This commit is contained in:
2020-10-26 14:08:52 +03:00
parent 580081a388
commit 192c6fe4b2
7 changed files with 122 additions and 35 deletions

View File

@@ -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',