When the Endpoint Type is changed for an SQLServer endpoint or queue, a toast saying that it's saved appears, but the selection reverts back to what it was.
This is due to how the name is displayed on the screen [db].[schema].[table] vs how it is looked up in the backend for saving purposes.
Expected behavior
The selected Endpoint Type value should be saved and remain selected on the screen.
Actual behavior
The selected Endpoint Type value is not saved.
Versions
Please list the version of the relevant packages or applications in which the bug exists.
Steps to reproduce
Have a ServiceControl and ServicePulse system using SQLServer as the transport
Go to the Usage screen in ServicePulse
Pick an endpoint who's name appears in the format of [db].[schema].[table]
Change the Endpoint Type to something else
Observe that a toast appears with a save confirmation, but the value is reverted back to what it was before the change
Describe the bug
Describe the bug
Description
When the Endpoint Type is changed for an SQLServer endpoint or queue, a toast saying that it's saved appears, but the selection reverts back to what it was.
This is due to how the name is displayed on the screen
[db].[schema].[table]
vs how it is looked up in the backend for saving purposes.Expected behavior
The selected Endpoint Type value should be saved and remain selected on the screen.
Actual behavior
The selected Endpoint Type value is not saved.
Versions
Please list the version of the relevant packages or applications in which the bug exists.
Steps to reproduce
[db].[schema].[table]
Relevant log output
N/A
Additional Information
Workarounds
None