mirror of
https://github.com/snipe/snipe-it.git
synced 2026-04-29 03:05:25 +00:00
Fixed missing index for fieldsets
Signed-off-by: snipe <snipe@snipe.net>
This commit is contained in:
@ -23,6 +23,12 @@ use Redirect;
|
||||
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.
|
||||
*
|
||||
|
||||
Reference in New Issue
Block a user