3
0
mirror of https://github.com/snipe/snipe-it.git synced 2026-02-05 09:05:37 +00:00

rm comment

This commit is contained in:
spencerrlongg
2024-09-25 15:38:40 -05:00
parent 852a56fa9b
commit d02b9933e5

View File

@ -160,7 +160,6 @@ class AssetModelsController extends Controller
if ($this->shouldAddDefaultValues($request->input())) {
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);
}
}