-
Notifications
You must be signed in to change notification settings - Fork 32
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
Connecting to a different ServiceControl instance does not refresh views #574
Comments
Additional Info - it appears that the connection does refresh, but the UI does not refresh until you click an element (or the new server) in the endpoint explorer pane on the left. This could probably be resolved by setting the selectedindex to the newly connected instance; however, I would rather see the endpoint explorer behave more like SSMS in that it will show me all the servers it's connected to with the ability to drill down into specific ones to view the queues. |
Thanks for reporting this. I'll mark this as a bug and we address the issue @fafachd reported and open another feature request for supporting multiple endpoints in the Endpoint Explorer. Would that work? |
@HEskandari Sounds great to me! |
Perfect, thank you @HEskandari. |
Just verified in v1.5.7 and it is still reproducible and is not fixed. |
#575 has been partially implemented which means we cannot verify whether this has been fixed in master. We will feature toggle the partial implementation off and then verify whether this has been fixed on master. |
Since we are reopening closed bugs on the 1.5.8 milestone due to reverting master to 1.5.7 in #617, this issue has been moved from the 1.5.8 milestone to the Future milestone, to make a distinction. This may be re-added to the 1.5.8 milestone if we decide to fix it before releasing 1.5.8. |
This fix will be in the next release. |
Thanks to @fafachd for raising this. |
v1.5.6
Connecting to a different ServiceControl instance DOES NOTHING (until ServiceInsight is restarted or refreshed). This results in a bad user experience when switching between Dev, Test, and Prod, environments:
Please fix this. You could alternatively update the "Connect to ServiceControl" dialog to say something like: "You must click Refresh for this change to take effect", but that sure feels like a hack.
Thank you,
Danny
The text was updated successfully, but these errors were encountered: