rm comment
This commit is contained in:
parent
852a56fa9b
commit
d02b9933e5
1 changed files with 0 additions and 1 deletions
|
@ -160,7 +160,6 @@ class AssetModelsController extends Controller
|
||||||
|
|
||||||
if ($this->shouldAddDefaultValues($request->input())) {
|
if ($this->shouldAddDefaultValues($request->input())) {
|
||||||
if (!$this->assignCustomFieldsDefaultValues($model, $request->input('default_values'))) {
|
if (!$this->assignCustomFieldsDefaultValues($model, $request->input('default_values'))) {
|
||||||
//return redirect()->back()->withInput()->with('error', trans('admin/custom_fields/message.fieldset_default_value.error'));
|
|
||||||
return redirect()->back()->withInput()->withErrors($this->validatorErrors);
|
return redirect()->back()->withInput()->withErrors($this->validatorErrors);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue