mirror of
https://github.com/go-vikunja/vikunja.git
synced 2026-03-22 06:11:08 -05:00
Typo in regexp for getDayFromText #133
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @ozuzo on GitHub (Apr 11, 2023).
Description
The regexp used to find dates in task descriptions has a small typo: it starts with ($| ) instead of (^| ) making it impossible to have dates at the beginning of the description.
Vikunja Frontend Version
Latest version
Vikunja API Version
n/a
Browser and version
No response
Can you reproduce the bug on the Vikunja demo site?
Yes
Screenshots
No response
@dpschen commented on GitHub (Apr 11, 2023):
@kolaente fixed in
35a52ef01bcorrect?@ozuzo commented on GitHub (Apr 12, 2023):
Yes, thanks!
@kolaente commented on GitHub (Apr 12, 2023):
@dpschen Yes, looks like the mirror bot didn't work, hence this issue was not automatically closed.