Compare View

switch
from
...
to
 
Commits (2)
common/modules/product/views/manage/_form.php
@@ -111,7 +111,7 @@ use kartik\select2\Select2; @@ -111,7 +111,7 @@ use kartik\select2\Select2;
111 ], 111 ],
112 [ 112 [
113 'name' => 'image', 113 'name' => 'image',
114 - 'type' => MultipleInputColumn::TYPE_FILE, 114 + 'type' => 'fileInput',
115 'title' => Yii::t('product', 'Image'), 115 'title' => Yii::t('product', 'Image'),
116 'options' => [ 116 'options' => [
117 'multiple' => false 117 'multiple' => false