Merge pull request #44 from apuc/upload_files_for_all_entitys
Upload files for all entitys
This commit is contained in:
@ -49,7 +49,11 @@ $this->params['breadcrumbs'][] = $this->title;
|
||||
'field.name:text:Поле',
|
||||
[
|
||||
'attribute' => 'value',
|
||||
'label' => 'Значение'
|
||||
'format' => 'raw',
|
||||
'label' => 'Значение',
|
||||
'value' => function ($model) {
|
||||
return $model->getValue();
|
||||
}
|
||||
],
|
||||
],
|
||||
]); ?>
|
||||
|
Reference in New Issue
Block a user