-
-
Notifications
You must be signed in to change notification settings - Fork 10.2k
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: Fixed overwrite JSON type configuration being empty #4486
Conversation
Signed-off-by: jianfei.zhang [email protected]
Signed-off-by: jianfei.zhang [email protected]
Signed-off-by: jianfei.zhang <[email protected]>
Signed-off-by: jianfei.zhang <[email protected]>
Codecov Report
@@ Coverage Diff @@
## master #4486 +/- ##
=========================================
Coverage 53.63% 53.64%
Complexity 2702 2702
=========================================
Files 489 489
Lines 15294 15294
Branches 1588 1588
=========================================
+ Hits 8203 8204 +1
+ Misses 6535 6534 -1
Partials 556 556
Help us with your feedback. Take ten seconds to tell us how you rate us. |
This change seems to bring a new issue: if the user does want to clear the content, it won't work after this fix? |
Yes, let me make a fix |
Signed-off-by: jianfei.zhang <[email protected]>
0a39af6
to
6897403
Compare
Done. |
apollo-portal/src/main/resources/static/scripts/directive/namespace-panel-directive.js
Outdated
Show resolved
Hide resolved
Signed-off-by: jianfei.zhang <[email protected]>
Looks good to me, would you please also update the CHANGES.md? |
Signed-off-by: jianfei.zhang <[email protected]>
Done. |
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
What's the purpose of this PR
bugfix
Which issue(s) this PR fixes:
Fixes #4483