Fix bug where transactions were duplicated in import confirm #941
Reference in New Issue
Block a user
Delete Branch "fix/imports-confirm-duplicate-grouped-transactions"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
What
When reviewing imported transactions on the confirm page, transactions were duplicated for every date in the CSV. This was a view issue only. Clicking import imported the correct number of transactions
http://0.0.0.0:3000/imports/edc55bb1-0fcb-460d-b26b-dfb263728e55/confirm
Example CSV data
Before

How
transactionsinstead of alltransaction_entriesValidation
After

Nice catch and thanks for the fix!
Would you mind also adding this line into the import test so we can make sure this one doesn't come back?
Added!