pgAdmin 4 commit: Fixed an issue when switching between connections in - Mailing list pgadmin-hackers

From Akshay Joshi
Subject pgAdmin 4 commit: Fixed an issue when switching between connections in
Date
Msg-id E1nuAJU-0006qE-De@gothos.postgresql.org
Whole thread Raw
List pgadmin-hackers
Fixed an issue when switching between connections in the Query Tool dropdown,
the background and foreground colors should be changed. Fixes #7374

Branch
------
master

Details
-------
https://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=b507eb8857baf6f4034732267698aa9ebfea8f9c
Author: Aditya Toshniwal <aditya.toshniwal@enterprisedb.com>

Modified Files
--------------
docs/en_US/release_notes_6_10.rst                                | 1 +
web/pgadmin/tools/sqleditor/__init__.py                          | 2 ++
.../tools/sqleditor/static/js/components/QueryToolComponent.jsx  | 4 ++++
.../static/js/components/dialogs/NewConnectionDialog.jsx         | 9 ++++++++-
4 files changed, 15 insertions(+), 1 deletion(-)


pgadmin-hackers by date:

Previous
From: Aditya Toshniwal
Date:
Subject: [pgAdmin][RM7374] Query Tool Connection Dropdown background
Next
From: Akshay Joshi
Date:
Subject: Re: [pgAdmin][RM7374] Query Tool Connection Dropdown background