pgAdmin 4 commit: Fixed an issue when switching between connections in

From: Akshay Joshi <akshay(dot)joshi(at)enterprisedb(dot)com>
To: pgadmin-hackers(at)lists(dot)postgresql(dot)org
Subject: pgAdmin 4 commit: Fixed an issue when switching between connections in
Date: 2022-05-26 10:01:52
Message-ID: E1nuAJU-0006qE-De@gothos.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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(dot)toshniwal(at)enterprisedb(dot)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(-)

Browse pgadmin-hackers by date

  From Date Subject
Next Message Akshay Joshi 2022-05-26 10:02:09 Re: [pgAdmin][RM7374] Query Tool Connection Dropdown background
Previous Message Aditya Toshniwal 2022-05-26 09:01:55 [pgAdmin][RM7374] Query Tool Connection Dropdown background