mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-11-18 23:50:09 +00:00
Fixed a bug where the transaction list was a giant mess.
This commit is contained in:
@@ -301,7 +301,7 @@ class TransactionController extends BaseController
|
||||
if ($data['post_submit_action'] == 'create_another') {
|
||||
return Redirect::route('transactions.create', $what);
|
||||
} else {
|
||||
return Redirect::route('transactions.index');
|
||||
return Redirect::route('transactions.index',$what);
|
||||
}
|
||||
break;
|
||||
case 'validate_only':
|
||||
|
||||
Reference in New Issue
Block a user