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

Поиск
Список
Период
Сортировка
От Aditya Toshniwal
Тема pgAdmin 4 commit: Ensure that confirmation dialog should be popped up b
Дата
Msg-id E1hIRzn-000717-Lv@gothos.postgresql.org
обсуждение исходный текст
Список 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

(cherry picked from commit 49b318c39e932b81472f2b186c3d242fedd41f2d)

Branch
------
electron2

Details
-------
https://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=cef12fde73c0e9159fa66152412a05ee23bd1095

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 по дате отправления:

Предыдущее
От: Aditya Toshniwal
Дата:
Сообщение: [pgAdmin][patch] browser beforeunload event code improvements
Следующее
От: Akshay Joshi
Дата:
Сообщение: pgAdmin 4 commit: Improvement for 'beforeunload' event, bind the event