pgAdmin 4 commit: Fixed an issue where multiple query tool tabs getting

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 multiple query tool tabs getting
Date: 2021-08-30 11:29:56
Message-ID: E1mKfUC-0003i4-2N@gothos.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgadmin-hackers

Fixed an issue where multiple query tool tabs getting closed for the single close event. Fixes #6710

Branch
------
master

Details
-------
https://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=7deda52bd9f1550498223cae7fe13160d19f7cca
Author: Nikhil Mohite <nikhil(dot)mohite(at)enterprisedb(dot)com>

Modified Files
--------------
docs/en_US/release_notes_5_7.rst | 1 +
web/pgadmin/tools/datagrid/static/js/datagrid.js | 12 ++++---
web/pgadmin/tools/sqleditor/static/js/sqleditor.js | 37 ++++++++++++++--------
3 files changed, 31 insertions(+), 19 deletions(-)

Browse pgadmin-hackers by date

  From Date Subject
Next Message Akshay Joshi 2021-08-30 11:31:26 Re: [pgAdmin][RM-6710]: Multiple query tool tabs getting closed for single close event.
Previous Message Nikhil Mohite 2021-08-30 10:00:20 [pgAdmin][RM-6710]: Multiple query tool tabs getting closed for single close event.