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

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 confirmation dialog should be popped up b
Date: 2019-04-18 10:10:51
Message-ID: E1hH40J-00077X-68@gothos.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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(dot)toshniwal(at)enterprisedb(dot)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(-)

Browse pgadmin-hackers by date

  From Date Subject
Next Message Akshay Joshi 2019-04-18 10:12:28 Re: [pgAdmin][RM4101] No confirmation before window refresh in query tabs
Previous Message Dave Page 2019-04-18 08:14:00 pgAdmin 4 commit: Urgh. Typo.