Save fieldset on create

This commit is contained in:
snipe
2015-12-02 19:21:09 -08:00
parent b41461698d
commit 66e9203b97
2 changed files with 3 additions and 2 deletions
@@ -116,6 +116,7 @@ class ModelsController extends AdminController
$model->manufacturer_id = e(Input::get('manufacturer_id'));
$model->category_id = e(Input::get('category_id'));
$model->user_id = Sentry::getId();
$model->fieldset_id = e(Input::get('custom_fieldset'));
//$model->show_mac_address = e(Input::get('show_mac_address', '0'));