mirror of
https://github.com/plankanban/planka.git
synced 2026-02-05 00:39:58 +03:00
[Bug]: On creating a new label, the search term is converted to lowercase #877
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 @StrangeAntiquarkLab on GitHub (Dec 11, 2025).
Where is the problem occurring?
I encountered the problem while using the application (Frontend)
What browsers are you seeing the problem on?
Chrome
Current behavior
Just something minor that you might want to polish (I'd be happy to take a look myself if thats something you want changed)
Desired behavior
No response
Steps to reproduce
Reproduction:
Other information
This is probably because the term will be converted to lowercase to search for it.
Maybe just put the lower-case search term in a new variable and when the user want's to create a new label, return the original value that was not converted to lower-case.
@meltyshev commented on GitHub (Dec 11, 2025):
Hey! Thanks for reporting this. To be honest, I can't reproduce it anymore in version 2 - it was probably already fixed.