mirror of
https://github.com/snipe/snipe-it.git
synced 2025-03-05 20:52:15 -08:00
Fixed missing index for fieldsets
Signed-off-by: snipe <snipe@snipe.net>
This commit is contained in:
parent
548e483ef8
commit
b4fac3e4ae
|
@ -23,6 +23,12 @@ use Redirect;
|
||||||
class CustomFieldsetsController extends Controller
|
class CustomFieldsetsController extends Controller
|
||||||
{
|
{
|
||||||
|
|
||||||
|
public function index()
|
||||||
|
{
|
||||||
|
return redirect()->route("fields.index")
|
||||||
|
->with("error", trans('admin/custom_fields/message.fieldset.does_not_exist'));
|
||||||
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Validates and stores a new custom field.
|
* Validates and stores a new custom field.
|
||||||
*
|
*
|
||||||
|
|
Loading…
Reference in a new issue