pgAdmin 4 commit: Ensure that the query tool panel gets closed when cli

From: Akshay Joshi <akshay(dot)joshi(at)enterprisedb(dot)com>
To: pgadmin-hackers(at)lists(dot)postgresql(dot)org
Subject: pgAdmin 4 commit: Ensure that the query tool panel gets closed when cli
Date: 2020-05-28 12:42:21
Message-ID: E1jeHrZ-0002wD-9q@gothos.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgadmin-hackers

Ensure that the query tool panel gets closed when clicking on the 'Don't Save' button. Fixes #5416

Branch
------
master

Details
-------
https://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=e10f1274dc01780b09663575fd5c20872391d12e
Author: Yogesh Mahajan <yogesh(dot)mahajan(at)enterprisedb(dot)com>

Modified Files
--------------
docs/en_US/release_notes.rst | 1 +
docs/en_US/release_notes_4_23.rst | 20 ++++++++++++++++++++
web/pgadmin/tools/sqleditor/static/js/sqleditor.js | 4 +++-
3 files changed, 24 insertions(+), 1 deletion(-)

Browse pgadmin-hackers by date

  From Date Subject
Next Message Akshay Joshi 2020-05-28 12:45:50 Re: [pgAdmin4][Patch] - RM 5539 - /usr/share/pgadmin4/web/pgadmin/utils/preferences.py contains 7 references to current_app.logger.exeception(e) and 1 to current_app.logger.exception(e)
Previous Message Akshay Joshi 2020-05-28 12:08:07 Re: [pgAdmin][RM5521] pgAdmin dump servers issue in desktop mode