mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-02-16 10:14:58 -06:00
This commit is contained in:
parent
c0072625c6
commit
b5d4e82f45
@ -75,6 +75,7 @@ class GracefulNotFoundHandler extends ExceptionHandler
|
||||
case 'accounts.show.all':
|
||||
return $this->handleAccount($request, $e);
|
||||
case 'transactions.show':
|
||||
case 'transactions.edit':
|
||||
return $this->handleGroup($request, $e);
|
||||
case 'attachments.show':
|
||||
case 'attachments.edit':
|
||||
@ -120,7 +121,6 @@ class GracefulNotFoundHandler extends ExceptionHandler
|
||||
$request->session()->reflash();
|
||||
|
||||
return redirect(route('rules.index'));
|
||||
case 'transactions.edit':
|
||||
case 'transactions.mass.edit':
|
||||
case 'transactions.mass.delete':
|
||||
case 'transactions.bulk.edit':
|
||||
|
Loading…
Reference in New Issue
Block a user