pgAdmin 4 commit: Fixed an issue where passwords entered in the 'Connec - Mailing list pgadmin-hackers

From Akshay Joshi
Subject pgAdmin 4 commit: Fixed an issue where passwords entered in the 'Connec
Date
Msg-id E1o3zIw-0006dH-1K@gothos.postgresql.org
Whole thread Raw
List pgadmin-hackers
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(-)


pgadmin-hackers by date:

Previous
From: Akshay Joshi
Date:
Subject: pgAdmin 4 commit: Added support for visualise the graph using a Line ch
Next
From: Akshay Joshi
Date:
Subject: Re: [patch] - Feature test fix