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

[testcase needed] Creating and applying a tag matching a saved search will not tag the tasks with it #635

Open
nekohayo opened this issue Apr 15, 2021 · 1 comment
Labels
bug priority:low reproducible-in-git Issues that affect the current dev version

Comments

@nekohayo
Copy link
Member

OK this is totally a corner case, and probably something that will depend on issue #553, but mentioning it here while I'm noticing it:

  1. Have a saved search for "FOO", but no tag named FOO
  2. Select a bunch of things that were tagged @bar
  3. Ctrl+T, FOO !bar

Result: it correctly removes the @bar tag from selected tasks, but the tag @FOO does not get created, probably because it conflicts with the search tag of the same name. But in theory, to the user, searching for string FOO wouldn't be the same as searching for tasks that have the tag @FOO...

@nekohayo nekohayo added bug priority:low reproducible-in-git Issues that affect the current dev version labels Apr 15, 2021
@diegogangl
Copy link
Contributor

Can confirm. FOO gets autocompleted in the Ctrl+T editor, so it's likely grabbing it from searches. This is basically impossible in the new core, so it will be fixed then.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug priority:low reproducible-in-git Issues that affect the current dev version
Projects
None yet
Development

No branches or pull requests

2 participants