From c9d73e85e1aad3442a0bce1ed99cb6e391e42764 Mon Sep 17 00:00:00 2001 From: snipe Date: Sun, 8 Mar 2026 11:37:19 +0000 Subject: [PATCH] Fixed RB-4083 --- app/Exceptions/Handler.php | 2 ++ 1 file changed, 2 insertions(+) diff --git a/app/Exceptions/Handler.php b/app/Exceptions/Handler.php index d68418ce59..a377835a34 100644 --- a/app/Exceptions/Handler.php +++ b/app/Exceptions/Handler.php @@ -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()