Fixed an issue where connection to the server is on wait state if a different user is provided. Fixes #5953
Branch ------ master Details ------- https://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=6c723a7e431c13fe85191ae0be7d2eddce0c7733 Author: Nikhil Mohite <nikhil.moh...@enterprisedb.com> Modified Files -------------- docs/en_US/release_notes_4_28.rst | 1 + .../static/js/sqleditor/new_connection_dialog.js | 3 +- .../js/sqleditor/new_connection_dialog_model.js | 22 ++- web/pgadmin/tools/datagrid/__init__.py | 2 +- web/pgadmin/tools/sqleditor/static/js/sqleditor.js | 188 ++++++++++++--------- 5 files changed, 126 insertions(+), 90 deletions(-)