Commit 28b5756e91a1c3b6924f3c2acf7508079015380b

Authored by Karnovsky A
1 parent 0d9973ca

Fix MultipleInput - fileInput

Showing 1 changed file with 1 additions and 1 deletions   Show diff stats
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
... ...