You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Dec 12, 2020. It is now read-only.
If you delete the last item of a project while filtering on that project, the item is deleted but the filter appears to persist. However, since the item was deleted, the +project no longer appears in the list of projects. Hence, there's no way to disable the project filter.
Steps to reproduce
Create a new todo for a unique project (e.g. "This is a test +recreatingIssueProjectTest")
Filter on the project (e.g. +recreatingIssueProjectTest)
Verify there is only one item being displayed; the item that was just created
Tap the item to bring up the details
Selecte "Delete"
Upon deletion, you are returned to the ToDo list; verify no ToDos are displayed
View the list of filters
Verify no filters are checked
Verify there is no way to disable the project filter +recreatingIssueProjectTest as it was removed from the list
Impact
Once in this state, the user will no longer be able to view their existing list of Todos, nor disable the previously selected project filter. This does not cause any data to actually be deleted (except for the ToDo that was just deleted to reproduce the issue).
Workaround
Once in this state, I have discovered two workarounds:
Force-close the application
Create a new task in the previous project (e.g. "This is my new task for +recreatingIssueProjectTest"); at this point the filter list will include the project recreatingIssueProjectTest which can be disabled
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Overview
If you delete the last item of a project while filtering on that project, the item is deleted but the filter appears to persist. However, since the item was deleted, the +project no longer appears in the list of projects. Hence, there's no way to disable the project filter.
Steps to reproduce
Impact
Once in this state, the user will no longer be able to view their existing list of Todos, nor disable the previously selected project filter. This does not cause any data to actually be deleted (except for the ToDo that was just deleted to reproduce the issue).
Workaround
Once in this state, I have discovered two workarounds:
The text was updated successfully, but these errors were encountered: