Terribly rough Custom Fields creation

This commit is contained in:
Brady Wetherington
2015-10-22 00:38:07 -07:00
parent 20c35fd0bb
commit 5890d26545
18 changed files with 330 additions and 62 deletions
+2 -1
View File
@@ -236,7 +236,8 @@ class ModelsController extends AdminController
$model->modelno = e(Input::get('modelno'));
$model->manufacturer_id = e(Input::get('manufacturer_id'));
$model->category_id = e(Input::get('category_id'));
$model->show_mac_address = e(Input::get('show_mac_address', '0'));
//$model->show_mac_address = e(Input::get('show_mac_address', '0'));
$model->fieldset_id = e(Input::get('custom_fieldset'));
if (Input::file('image')) {
$image = Input::file('image');