Thread: pgAdmin 4 commit: Ensure that confirmation dialog should be popped up b

pgAdmin 4 commit: Ensure that confirmation dialog should be popped up b

From
Akshay Joshi
Date:
Ensure that confirmation dialog should be popped up before reload of query tool or debugger
if it is opened in a new browser tab. Fixes #4101

Branch
------
master

Details
-------
https://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=49b318c39e932b81472f2b186c3d242fedd41f2d
Author: Aditya Toshniwal <aditya.toshniwal@enterprisedb.com>

Modified Files
--------------
docs/en_US/release_notes_4_6.rst                   |  1 +
web/pgadmin/browser/static/js/browser.js           |  9 ++++++--
web/pgadmin/tools/datagrid/__init__.py             |  2 +-
web/pgadmin/tools/datagrid/static/js/datagrid.js   |  2 +-
.../tools/datagrid/templates/datagrid/index.html   | 22 +++++++++++++++-----
web/pgadmin/tools/debugger/static/js/debugger.js   | 12 +++++------
.../tools/debugger/templates/debugger/direct.html  | 24 +++++++++++++++++-----
7 files changed, 52 insertions(+), 20 deletions(-)