[GH-ISSUE #1299] Syntax for tags is not always stripped from the task title even though it is parsed #6344

Closed
opened 2026-04-20 16:55:53 -05:00 by GiteaMirror · 2 comments
Owner

Originally created by @bernardosulzbach on GitHub (Aug 16, 2025).
Original GitHub issue: https://github.com/go-vikunja/vikunja/issues/1299

Description

Input Title Tag
a *"a a" a a a
a *"a (a)" a *"a (a)" a (a)

The title should be "a" in both cases. It matters because some tag titles are repeated and need disambiguation, e.g., Death (metal band) vs Death.

Vikunja Version

v0.24.6, v0.24.1-1816-c4889127

Browser and version

Google Chrome Version 139.0.7258.127 (Official Build) (64-bit)

Can you reproduce the bug on the Vikunja demo site?

Yes

Screenshots

Image
Originally created by @bernardosulzbach on GitHub (Aug 16, 2025). Original GitHub issue: https://github.com/go-vikunja/vikunja/issues/1299 ### Description | Input | Title | Tag | |------------|------------|-------| | a *"a a" | a | a a | | a *"a (a)" | a *"a (a)" | a (a) | The title should be "a" in both cases. It matters because some tag titles are repeated and need disambiguation, e.g., [Death (metal band)](https://en.wikipedia.org/wiki/Death_(metal_band)) vs [Death](https://en.wikipedia.org/wiki/Death). ### Vikunja Version v0.24.6, v0.24.1-1816-c4889127 ### Browser and version Google Chrome Version 139.0.7258.127 (Official Build) (64-bit) ### Can you reproduce the bug on the Vikunja demo site? Yes ### Screenshots <img width="306" height="128" alt="Image" src="https://github.com/user-attachments/assets/bd2b796e-e56c-41e7-ab26-4ee2937ba683" />
Author
Owner

@kolaente commented on GitHub (Aug 17, 2025):

Pushed a fix in https://github.com/go-vikunja/vikunja/pull/1300, please check with the next unstable build (should be ready for deployment in ~30min, also on try).

<!-- gh-comment-id:3194375731 --> @kolaente commented on GitHub (Aug 17, 2025): Pushed a fix in https://github.com/go-vikunja/vikunja/pull/1300, please check with the next unstable build (should be ready for deployment in ~30min, also on [try](https://try.vikunja.io)).
Author
Owner

@bernardosulzbach commented on GitHub (Aug 18, 2025):

Yes, seems fixed. Thank you!

<!-- gh-comment-id:3195875077 --> @bernardosulzbach commented on GitHub (Aug 18, 2025): Yes, seems fixed. Thank you!
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: github-starred/vikunja#6344