changes in task_user, replaced user_id to card_id
This commit is contained in:
@ -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'),
|
||||
],
|
||||
],
|
||||
]) ?>
|
||||
|
Reference in New Issue
Block a user