Fixed RB-3991 - override route for non-existent fieldset

Signed-off-by: snipe <snipe@snipe.net>
This commit is contained in:
snipe
2025-06-14 12:17:31 +01:00
parent 9b8524ba27
commit f666cba104
+2
View File
@@ -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()