pgAdmin 4 commit: Ensure that the query tool tab should be closed after - Mailing list pgadmin-hackers

From Akshay Joshi
Subject pgAdmin 4 commit: Ensure that the query tool tab should be closed after
Date
Msg-id E1lRr4A-0004Wy-CB@gothos.postgresql.org
Whole thread Raw
List pgadmin-hackers
Ensure that the query tool tab should be closed after server disconnection when auto-commit/auto-rollback is set to
false.Fixes #5519 

Branch
------
master

Details
-------
https://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=566f03becaebccb06ffa54e0bf8d4ce6908a02df
Author: Pradip Parkale <pradip.parkale@enterprisedb.com>

Modified Files
--------------
docs/en_US/release_notes_5_2.rst                   |  3 +-
.../server_groups/servers/static/js/server.js      |  2 +-
.../static/js/sqleditor/new_connection_dialog.js   |  2 +-
web/pgadmin/tools/datagrid/static/js/show_data.js  |  2 +-
web/pgadmin/tools/sqleditor/__init__.py            | 44 +++++++++++++++++++
web/pgadmin/tools/sqleditor/static/js/sqleditor.js | 49 ++++++++++++++++++----
6 files changed, 89 insertions(+), 13 deletions(-)


pgadmin-hackers by date:

Previous
From: Yogesh Mahajan
Date:
Subject: Feature Test Fix
Next
From: Akshay Joshi
Date:
Subject: Re: [pgAdmin][RM5519]: Unable to close tab after disconnecting server.