We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
When a new task gets added, it initially has no taskId associated until refresh.
taskId
When you add a new task, it should have a taskId associated with it.
When you add a new task, the taskId is undefined until a refresh happens, which loads a taskId from the database.
If applicable, add screenshots to help explain your problem.
This bug was found by @salma-s @EricPedrido and @harmanlamba
The text was updated successfully, but these errors were encountered:
This is potentially a root cause of #240 and #252
Sorry, something went wrong.
preetpatel
Successfully merging a pull request may close this issue.
Bug Summary:
When a new task gets added, it initially has no
taskId
associated until refresh.Steps To Reproduce
Expected behaviour
When you add a new task, it should have a
taskId
associated with it.Observed Behaviour
When you add a new task, the
taskId
is undefined until a refresh happens, which loads ataskId
from the database.Screenshots
If applicable, add screenshots to help explain your problem.
Environment
Other
This bug was found by @salma-s @EricPedrido and @harmanlamba
The text was updated successfully, but these errors were encountered: