Fixed route for custom fields index

Signed-off-by: snipe <snipe@snipe.net>
This commit is contained in:
snipe
2025-05-29 12:24:22 +01:00
parent ba3b55cab0
commit ecb6e8d9a9

View File

@@ -143,6 +143,8 @@ class Handler extends ExceptionHandler
$route = 'maintenances.index';
} elseif ($route === 'licenseseats.index') {
$route = 'licenses.index';
} elseif ($route === 'customfields.index') {
$route = 'fields.index';
}
return redirect()