diff --git a/app/Exceptions/Handler.php b/app/Exceptions/Handler.php index e6cc058fce..f544180750 100644 --- a/app/Exceptions/Handler.php +++ b/app/Exceptions/Handler.php @@ -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()