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

Fixed RB-3991 - override route for non-existent fieldset

Signed-off-by: snipe <snipe@snipe.net>
This commit is contained in:
snipe
2025-06-14 12:17:31 +01:00
parent 9b8524ba27
commit f666cba104

View File

@ -145,6 +145,8 @@ class Handler extends ExceptionHandler
$route = 'licenses.index';
} elseif ($route === 'customfields.index') {
$route = 'fields.index';
} elseif ($route === 'customfieldsets.index') {
$route = 'fields.index';
}
return redirect()