From 4ec0b3c59c5b26d1961173a65d0dad22f4585e80 Mon Sep 17 00:00:00 2001 From: Alex Date: Tue, 27 Dec 2016 11:26:34 +0200 Subject: [PATCH] -Sizes alpha test --- views/brand-size/_form.php | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/views/brand-size/_form.php b/views/brand-size/_form.php index dee388c..e45756b 100755 --- a/views/brand-size/_form.php +++ b/views/brand-size/_form.php @@ -19,7 +19,13 @@
- + [ + 'enctype' => 'multipart/form-data', + ], + ] + ); ?> field($model, 'brand_id') ->widget( -- libgit2 0.21.4