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

Bug: Unable to manually link transaction after rejecting auto linked transactions #1630

Closed
Repsay opened this issue Jan 18, 2025 · 0 comments · Fixed by #1690
Closed

Bug: Unable to manually link transaction after rejecting auto linked transactions #1630

Repsay opened this issue Jan 18, 2025 · 0 comments · Fixed by #1690
Assignees
Labels
2️⃣ Medium Priority Community contributions accepted, Maybe team only works on if there are no high priority items open

Comments

@Repsay
Copy link
Contributor

Repsay commented Jan 18, 2025

Describe the bug
When I have rejected an autolink transaction and try to link it to an other transaction. I sometimes (unsure where the inconsistency comes from) are unable to link the transaction to an other transaction. The linking itself seems to be working fine. The issue is that the frontend seems to still get some data from the transfers table. As I delete the row where the transaction that I try to link is part of (which has a status of rejected) the frontend updates and shows the link that I previously manually made.

To Reproduce
Steps to reproduce the behavior:

  1. Create 2 accounts
  2. Create 3 transactions of the same amount (1 income in account1 and 2 expense in account2)
  3. Reject the first autolinked transfer
  4. Try to manually link to the other transaction.
  5. See error (this was inconsistent on my side but unsure why?)

Expected behavior
When manually linking it should ignore anything that was autolinked even rejected.

What version of Maybe are you using?
Self-hosted v0.2.0 docker:latest

@zachgoll zachgoll added 3️⃣ Low priority Contributions accepted, but Maybe team will not be working on this in the near term 2️⃣ Medium Priority Community contributions accepted, Maybe team only works on if there are no high priority items open and removed 3️⃣ Low priority Contributions accepted, but Maybe team will not be working on this in the near term 🐛 Bug labels Jan 23, 2025
@zachgoll zachgoll self-assigned this Jan 27, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
2️⃣ Medium Priority Community contributions accepted, Maybe team only works on if there are no high priority items open
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants