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

[saving] opening the Machine List while a machine is saving (usually) shows old name of machine #85

Open
CSchank opened this issue Feb 13, 2020 · 0 comments
Assignees
Labels
bug Something isn't working

Comments

@CSchank
Copy link
Owner

CSchank commented Feb 13, 2020

If you edit the name of your machine then open the machine list before the new machine is saved, the old one shows up. This is because opening the machine list launches a request to save the machine right away, and load the list. It's a race condition. Usually the list happens first, and the user is shown the old name (and mind you, date, machine type, etc) of the machine. To fix this, we should wait for the save to finish before loading the list, or, if we'd like to be a bit more wasteful but show the list to the user sooner, refresh the list once the save completes.

@CSchank CSchank added the bug Something isn't working label Feb 13, 2020
@CSchank CSchank self-assigned this Feb 13, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant