soft delete user

This commit is contained in:
2018-11-06 11:44:27 +03:00
parent 51952e8c0d
commit 0895403f39
8 changed files with 68 additions and 18 deletions

View File

@ -53,7 +53,7 @@ $this->params['breadcrumbs'][] = $this->title;
'salary',
[
'attribute' => 'position_id',
'value' => $model->position->name,
'value' => (isset($model->position->name)) ? $model->position->name : 'Без должности',
],
'created_at',
'updated_at',