Merge pull request #44 from apuc/upload_files_for_all_entitys

Upload files for all entitys
This commit is contained in:
Glambertessa
2020-09-09 15:03:09 +03:00
committed by GitHub
11 changed files with 146 additions and 46 deletions

View File

@ -47,7 +47,14 @@ $this->params['breadcrumbs'][] = $this->title;
'layout' => "{items}",
'columns' => [
'field.name:text:Поле',
'value',
[
'attribute' => 'value',
'format' => 'raw',
'label' => 'Значение',
'value' => function ($model) {
return $model->getValue();
}
],
],
]); ?>