pgAdmin 4 commit: Ensure that confirmation dialog should be popped up b - Mailing list pgadmin-hackers

From Akshay Joshi
Subject pgAdmin 4 commit: Ensure that confirmation dialog should be popped up b
Date
Msg-id E1hH40J-00077X-68@gothos.postgresql.org
Whole thread Raw
List pgadmin-hackers
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(-)


pgadmin-hackers by date:

Previous
From: Dave Page
Date:
Subject: pgAdmin 4 commit: Urgh. Typo.
Next
From: Akshay Joshi
Date:
Subject: Re: [pgAdmin][RM4101] No confirmation before window refresh in query tabs