-
-
Notifications
You must be signed in to change notification settings - Fork 1.2k
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]: Suggested Payees is inconsistent #3316
Comments
This seems to be limited to the case where you are selecting the payee without an account selected. Investigating what is different in this path. |
Ah, I guess it's time to fix this then: #2814 (comment) |
I'm not entirely sure the two are related, but maybe. Either way I guess we can try to fix that here. |
My assumption here is that not displaying any payees when an account is not yet selected on new transactions is the bug as shown below: if this is fixed, then the missing favorites is also fixed. The fix is the payees.filter line 1243 on TransactionTable.tsx. If this is intended to not display payees, then we need to know when this is the case, and not add common payees to this list. |
Verified issue does not already exist?
What happened?
If you view the suggested payees, after favoriting two, you might see something like this:
But if you then go to add a new transaction, the payee list looks like this:
It seems to forget to show the favorites.
Where are you hosting Actual?
Docker
What browsers are you seeing the problem on?
Chrome
Operating System
Mac OSX
The text was updated successfully, but these errors were encountered: