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

Archiving all tasks in a folded project concatenates the next project to the first #443

Open
kschutter opened this issue Jun 18, 2024 · 0 comments

Comments

@kschutter
Copy link

If I start with:

Project 1:
  ✔ Completed Item
Project 2:
  ☐ 2's task

And fold Project 1 to get this:

Project 1: [...]
Project 2:
  ☐ 2's task

Archiving will erroneously produce this:

Project 1: [...]Project 2:
  ☐ 2's task

When it should be:

Project 1:
Project 2:
  ☐ 2's task
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant