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
As a Logged-in User,
I want to see an update task list after a task has been deleted,
so that I can have an overview of existing tasks at all times
Related: #124
setChangedWatch(true);
handleDelete()
Task.js
changedWatch
setChangedWatch
tabListChanged
setTabListChanged
The text was updated successfully, but these errors were encountered:
FIX task list refreshes across tabs after deletion #138
d232055
rename changedWatch & setChangedWatch to tabListChanged & setTabListC…
d8426eb
…hanged #138
blahosyl
No branches or pull requests
As a Logged-in User,
I want to see an update task list after a task has been deleted,
so that I can have an overview of existing tasks at all times
Acceptance Criteria
Related: #124
Tasks
setChangedWatch(true);
tohandleDelete()
inTask.js
changedWatch
&setChangedWatch
to reflect new usagenew names:
tabListChanged
&setTabListChanged
The text was updated successfully, but these errors were encountered: