pgAdmin 4 commit: Fixed an issue where the connection wasn't being clos

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 where the connection wasn't being clos
Date: 2022-06-23 12:49:43
Message-ID: E1o4MHH-0006xL-Le@gothos.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgadmin-hackers

Fixed an issue where the connection wasn't being closed when the user switched
to a new connection and closed the query tool. Fixes #7461

Fixed the 'Show activity?' issue which was missed during Dashboard porting.

Branch
------
master

Details
-------
https://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=e95eb14651379bce43eb03ec8ca17b783a5f0489
Author: Pradip Parkale <pradip(dot)parkale(at)enterprisedb(dot)com>

Modified Files
--------------
docs/en_US/release_notes_6_11.rst | 1 +
web/pgadmin/dashboard/static/js/Dashboard.jsx | 98 +++++++++++-----------
.../tools/sqleditor/static/js/SQLEditorModule.js | 10 ---
.../static/js/components/QueryToolComponent.jsx | 14 +++-
.../tools/sqleditor/templates/sqleditor/index.html | 15 ----
5 files changed, 64 insertions(+), 74 deletions(-)

Browse pgadmin-hackers by date

  From Date Subject
Next Message Akshay Joshi 2022-06-23 12:50:07 Re: [patch] -Bug #7495 - [Azure PostgreSQL] Users are unable to authenticate azure on Rpm/Debian Linux
Previous Message Yogesh Mahajan 2022-06-23 12:28:50 [patch] -Bug #7495 - [Azure PostgreSQL] Users are unable to authenticate azure on Rpm/Debian Linux