Обсуждение: pgAdmin 4 commit: Ensure sort/filter dialog should display propermessa

Поиск
Список
Период
Сортировка

pgAdmin 4 commit: Ensure sort/filter dialog should display propermessa

От
Akshay Joshi
Дата:
Ensure sort/filter dialog should display proper message after losing database connection. Fixes #3561

Branch
------
master

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

Modified Files
--------------
docs/en_US/release_notes_3_3.rst                   |  1 +
web/pgadmin/static/js/sqleditor/filter_dialog.js   | 34 +++++++++---
web/pgadmin/tools/sqleditor/__init__.py            | 12 ++++-
web/pgadmin/tools/sqleditor/command.py             | 61 ++++++++++------------
web/pgadmin/tools/sqleditor/static/js/sqleditor.js | 13 ++++-
web/pgadmin/tools/sqleditor/utils/filter_dialog.py | 13 ++++-
6 files changed, 88 insertions(+), 46 deletions(-)