We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
描述bug
某些场景下覆盖json类型的配置会导致配置为空
复现
通过如下步骤可以复现:
期望 期望是覆盖而非数据丢失。
The text was updated successfully, but these errors were encountered:
与 #2280 应该是一个问题:
Sorry, something went wrong.
未完全测试的解决方案: 在
apollo/apollo-portal/src/main/resources/static/scripts/directive/namespace-panel-directive.js
Line 756 in 63e959f
if (angular.equals(namespace.editText, "")) { namespace.editText = parseModel2Text(namespace); }
Successfully merging a pull request may close this issue.
描述bug
某些场景下覆盖json类型的配置会导致配置为空
复现
通过如下步骤可以复现:
期望
期望是覆盖而非数据丢失。
额外的细节和日志
The text was updated successfully, but these errors were encountered: