mirror of
https://github.com/go-vikunja/vikunja.git
synced 2026-03-09 07:13:35 -05:00
Case Insensitivity When Searching for Assignees #18
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 @DieGurke on GitHub (Oct 13, 2021).
Currently the exact user name has to be typed into the assign user field.
It would be much more intuitive and beneficial for the workflow, if this field was case insensitive.
@kolaente commented on GitHub (Oct 13, 2021):
This actually depends on the db you're using. I'm assuming you're using postgres? mysql and sqlite do this by default.
Makes sense to have this though. Do you want to send a PR?
@kolaente commented on GitHub (Oct 1, 2022):
Fixed in
c076f73a87- please check with the next unstable build if the problem went away.