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

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

@@ -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');
},
],
],
])
?>