#2861 Incorrect color is set when edit a tag
Closed: Fixed Opened by cqi.

Steps to reproduce

  • Go to settings
  • There is a tag, for example, named RFE with color red
  • Click Edit button
  • In tag/<tag name>/edit page, color is set to black by default. Instead, it should be red.
  • Click Update Tag button, updated tag's color becomes black, original color is lost.

Metadata Update from @pingou:
- Issue tagged with: bug, easyfix

Ok so the only case for which I can reproduce this is when no color is picked for a tag and then the DeepBlue gets indeed changed to black.

For the bug tag here (which is colored red here), I cannot reproduce this.

Can you confirm?

Metadata Update from @pingou:
- Issue assigned to pingou

Commit 488a02c4 fixes this issue

Metadata