mirror of
https://github.com/snipe/snipe-it.git
synced 2025-03-05 20:52:15 -08:00
Exception handler exceptions - exception inception!
Signed-off-by: snipe <snipe@snipe.net>
This commit is contained in:
parent
671b64bc6b
commit
d4b24e5e57
|
@ -133,6 +133,8 @@ class Handler extends ExceptionHandler
|
||||||
$route = 'hardware.index';
|
$route = 'hardware.index';
|
||||||
} elseif ($route == 'reporttemplates.index') {
|
} elseif ($route == 'reporttemplates.index') {
|
||||||
$route = 'reports/custom';
|
$route = 'reports/custom';
|
||||||
|
} elseif ($route == 'predefinedkits.index') {
|
||||||
|
$route = 'kits.index';
|
||||||
}
|
}
|
||||||
|
|
||||||
return redirect()
|
return redirect()
|
||||||
|
|
Loading…
Reference in a new issue