Thread: pgAdmin 4 commit: Fixed an issue where passwords entered in the 'Connec

pgAdmin 4 commit: Fixed an issue where passwords entered in the 'Connec

From
Akshay Joshi
Date:
Fixed an issue where passwords entered in the 'Connect To Server' dialog were truncated. Fixes #7440

Branch
------
master

Details
-------
https://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=d90b2621dac60d9ad88ebf198758207acffba08e
Author: Nikhil Mohite <nikhil.mohite@enterprisedb.com>

Modified Files
--------------
docs/en_US/release_notes_6_11.rst                                 | 1 +
.../servers/databases/subscriptions/static/js/subscription.ui.js  | 3 ++-
web/pgadmin/browser/server_groups/servers/static/js/server.ui.js  | 8 +++++++-
web/pgadmin/browser/static/js/ConnectServerContent.jsx            | 4 ++--
web/pgadmin/static/js/components/FormComponents.jsx               | 5 +++--
web/regression/javascript/components/FormComponents.spec.js       | 5 +++--
6 files changed, 18 insertions(+), 8 deletions(-)