Compare View

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