creating label fails with default color
Summary
Creating a label with default color result in the following error message.
Request failed. Colour must be in format: #[0-9A-F]{7}
that is, because the server does not accept hex color codes with lowercase letters. The current default value in the frontend is set to 4d4d4d not 4D4D4D. We simply need to change the default or extend the regex case to also accept lowercase letters.
added Bug label
mentioned in merge request !193 (merged)
created merge request !193 (merged) to address this issue
closed via merge request !193 (merged)