mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-10-14 16:13:54 +00:00
Fix redirect, courtesy of @SuperSandro2000
This commit is contained in:
@@ -98,7 +98,7 @@ trait UserNavigation
|
||||
foreach ($transactions as $transaction) {
|
||||
$type = $transaction->account->accountType->type;
|
||||
if (!in_array($type, $ignore)) {
|
||||
return redirect(route('accounts.show', [$transaction->account_id]));
|
||||
return redirect(route('accounts.edit', [$transaction->account_id]));
|
||||
}
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user