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

When a tag is selected, prefill each new Task with the corresponding tag #684

Closed
RoneoOrg opened this issue Jun 15, 2021 · 1 comment · Fixed by #862
Closed

When a tag is selected, prefill each new Task with the corresponding tag #684

RoneoOrg opened this issue Jun 15, 2021 · 1 comment · Fixed by #862
Labels
bug enhancement low-hanging-fruit "Easy picks" suitable for new contributors to tackle priority:low reproducible-in-git Issues that affect the current dev version

Comments

@RoneoOrg
Copy link

Hi,

when I'm working on a specific project and browsing the corresponding Tag, I would love to see this tag automatically added to each Task I create (with Ctrl+N in my situation)

It used to be the case in previous GTG releases and was really handy.

Now, when I create a new Task, I need to type the whole Tag name manually. If this tag is forgotten, the Task is lost in the middle of every other Tasks, and I need to remember the name of this Task, search for it, and finally add the Tag 😓

@RoneoOrg RoneoOrg changed the title When a tag is selected, prefill a new Task with the corresponding tag. When a tag is selected, prefill each new Task with the corresponding tag Jun 15, 2021
@nekohayo
Copy link
Member

I agree, it's a somewhat annoying minor regression in terms of UX, either because it was lost sometime in the bunch of code changes from previous years, or maybe as a way to work around some issue like #635 or maybe some other (somehow can't find it in there...). Will probably be dependent on the "big core rewrite" project (issue #553).

@nekohayo nekohayo added bug enhancement low-hanging-fruit "Easy picks" suitable for new contributors to tackle priority:low reproducible-in-git Issues that affect the current dev version labels Jul 11, 2021
@diegogangl diegogangl added this to the 0.7 milestone Nov 15, 2021
kocio-pl added a commit to kocio-pl/gtg that referenced this issue Mar 10, 2022
Fixes getting-things-gnome#684

Removes unneeded condition line that checks if tag name includes `@` character. Actual tag names are chains that follows this character, it only acts as an indicator that the tag name starts here.
diegogangl pushed a commit that referenced this issue Mar 13, 2022
Fixes #684

Removes unneeded condition line that checks if tag name includes `@` character. Actual tag names are chains that follows this character, it only acts as an indicator that the tag name starts here.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug enhancement low-hanging-fruit "Easy picks" suitable for new contributors to tackle priority:low reproducible-in-git Issues that affect the current dev version
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants