mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-09-30 02:26:58 +00:00
Fix #2572
This commit is contained in:
@@ -60,7 +60,7 @@ class GracefulNotFoundHandler extends ExceptionHandler
|
|||||||
|
|
||||||
switch ($name) {
|
switch ($name) {
|
||||||
default:
|
default:
|
||||||
Log::debug(sprintf('GracefulNotFoundHandler cannot handle route with name "%s"', $name));
|
Log::warning(sprintf('GracefulNotFoundHandler cannot handle route with name "%s"', $name));
|
||||||
|
|
||||||
return parent::render($request, $exception);
|
return parent::render($request, $exception);
|
||||||
case 'accounts.show':
|
case 'accounts.show':
|
||||||
@@ -114,6 +114,7 @@ class GracefulNotFoundHandler extends ExceptionHandler
|
|||||||
|
|
||||||
return redirect(route('rules.index'));
|
return redirect(route('rules.index'));
|
||||||
break;
|
break;
|
||||||
|
case 'transactions.edit':
|
||||||
case 'transactions.mass.edit':
|
case 'transactions.mass.edit':
|
||||||
case 'transactions.mass.delete':
|
case 'transactions.mass.delete':
|
||||||
case 'transactions.bulk.edit':
|
case 'transactions.bulk.edit':
|
||||||
|
Reference in New Issue
Block a user