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.toshni...@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(-)