changes in task_user, replaced user_id to card_id

This commit is contained in:
iIronside
2021-12-21 17:39:21 +03:00
parent e07dd0eff6
commit 1fa8fa5009
8 changed files with 1110 additions and 14 deletions

View File

@ -36,7 +36,7 @@ $this->params['breadcrumbs'][] = $this->title;
],
[
'attribute' => 'project_user_id',
'value' => ArrayHelper::getValue($model, 'projectUser.user.username'),
'value' => ArrayHelper::getValue($model, 'projectUser.card.fio'),
],
],
]) ?>