mirror of
https://github.com/snipe/snipe-it.git
synced 2025-03-05 20:52:15 -08:00
Shim route for asset maintenances redirect on RMB not found
Signed-off-by: snipe <snipe@snipe.net>
This commit is contained in:
parent
fa72696a35
commit
16b97c18e0
|
@ -137,6 +137,8 @@ class Handler extends ExceptionHandler
|
||||||
$route = 'models.index';
|
$route = 'models.index';
|
||||||
} elseif ($route == 'predefinedkits.index') {
|
} elseif ($route == 'predefinedkits.index') {
|
||||||
$route = 'kits.index';
|
$route = 'kits.index';
|
||||||
|
} elseif ($route == 'assetmaintenances.index') {
|
||||||
|
$route = 'maintenances.index';
|
||||||
}
|
}
|
||||||
|
|
||||||
return redirect()
|
return redirect()
|
||||||
|
|
Loading…
Reference in a new issue