Merge pull request #44 from apuc/upload_files_for_all_entitys
Upload files for all entitys
This commit is contained in:
@ -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();
|
||||
}
|
||||
],
|
||||
],
|
||||
]); ?>
|
||||
|
||||
|
Reference in New Issue
Block a user