pgAdmin 4 commit: Fixed an issue where the New Connection Drop Down has - Mailing list pgadmin-hackers

From Akshay Joshi
Subject pgAdmin 4 commit: Fixed an issue where the New Connection Drop Down has
Date
Msg-id E1lvx9X-0002KI-KB@gothos.postgresql.org
Whole thread Raw
List pgadmin-hackers
Fixed an issue where the New Connection Drop Down has lost default maintenance database, auto-select, and tab-through
functionality.Fixes #6505 

Branch
------
master

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

Modified Files
--------------
docs/en_US/release_notes_5_5.rst                               | 1 +
web/pgadmin/static/js/sqleditor/new_connection_dialog_model.js | 6 +++++-
web/pgadmin/tools/sqleditor/__init__.py                        | 8 ++++++--
3 files changed, 12 insertions(+), 3 deletions(-)


pgadmin-hackers by date:

Previous
From: Akshay Joshi
Date:
Subject: Re: [pgAdmin][RM-6541]: Setting 'Open in new browser tab' is missing.
Next
From: Akshay Joshi
Date:
Subject: Re: [pgAdmin][RM-6505]: Changing connection using the Drop Down has lost default "maintenance" database auto-select functionality and tab-through functionality.