Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Transaction Import: Duplicate external accounts created #1017

Open
morremeyer opened this issue Aug 5, 2023 · 1 comment
Open

Transaction Import: Duplicate external accounts created #1017

morremeyer opened this issue Aug 5, 2023 · 1 comment
Labels
bug Something isn't working as supposed to

Comments

@morremeyer
Copy link
Member

Describe the bug
When importing to the same external account during one import, it is created as many times at is is referenced by a transaction instead of only once.

Root cause
When an account is created during the import, it is loaded from the backend to be available for other transactions, but not automatically selected for transactions with the same *accountName.

@morremeyer morremeyer added the bug Something isn't working as supposed to label Aug 5, 2023
@morremeyer
Copy link
Member Author

This is now prevented by the backend erroring on duplicate account names, but the frontend should still transparently "re-load" the accounts once a new one is created

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working as supposed to
Projects
None yet
Development

No branches or pull requests

1 participant