Fixed RB-4083

This commit is contained in:
snipe
2026-03-08 11:37:19 +00:00
parent b886e11670
commit c9d73e85e1

View File

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