-
Notifications
You must be signed in to change notification settings - Fork 14k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
fix(Dashboard): Save empty label_colors in json_metadata #17462
Conversation
Codecov Report
@@ Coverage Diff @@
## master #17462 +/- ##
==========================================
- Coverage 76.94% 76.72% -0.23%
==========================================
Files 1042 1042
Lines 56299 56311 +12
Branches 7793 7793
==========================================
- Hits 43322 43207 -115
- Misses 12721 12848 +127
Partials 256 256
Flags with carried forward coverage won't be shown. Click here to find out more.
Continue to review full report at Codecov.
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM - just curious, could the same problem happen with color_namespace
?
Yes it might be. I have a PR upcoming related to the color scheme. I'll test it and fix it there. Thanks! |
* Save empty label_colors * Format
SUMMARY
It was impossible to delete the entire
label_colors
object injson_metadata
as the backend would not update it. This PR fixes thatTESTING INSTRUCTIONS
label_colors
injson_metadata
(Edit properties)label_colors
objectlabel_colors
are deletedADDITIONAL INFORMATION