fix dubbo admin console dispaly error in https://github.com/alibaba/…#780
Merged
chickenlj merged 11 commits intoapache:masterfrom Dec 6, 2017
lovepoem:fix_714_dubbo_admin_console_notice_error_display
Merged
fix dubbo admin console dispaly error in https://github.com/alibaba/…#780chickenlj merged 11 commits intoapache:masterfrom lovepoem:fix_714_dubbo_admin_console_notice_error_display
chickenlj merged 11 commits intoapache:masterfrom
lovepoem:fix_714_dubbo_admin_console_notice_error_display
Conversation
Closed
…_admin_console_notice_error_display
…_admin_console_notice_error_display
…_admin_console_notice_error_display
…_admin_console_notice_error_display
…_admin_console_notice_error_display
…_admin_console_notice_error_display
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
修改 #714 governance/screen/providers/providers页面,对于服务“重复”的错误提示
因为是页面修改,只能手动功能测试
一、问题:多个应用的服务列表页面警告异常(100%重现)
错误页面:

(图片一)
二、查看代码逻辑有问题,
三、代码修改后前后问题的验证和回归:
1、列表中,不同应用没有提供相同服务,页面修改前后:
错误页面:
见(图片一)
修改后页面:

问题已经修复
2、列表中多个应用,有提供相同服务的(页面应该报警)。
回归发现功能仍然正确
请 @chickenlj 合并一下代码