pgAdmin 4 commit: Ensure sort/filter dialog should display propermessa - Mailing list pgadmin-hackers

From Akshay Joshi
Subject pgAdmin 4 commit: Ensure sort/filter dialog should display propermessa
Date
Msg-id E1fsR0B-0007Rw-IL@gothos.postgresql.org
Whole thread Raw
List pgadmin-hackers
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(-)


pgadmin-hackers by date:

Previous
From: Akshay Joshi
Date:
Subject: Re: [pgAdmin4][RM #3313] "Select All" & "Unselect All" not working inSelect2 control
Next
From: Akshay Joshi
Date:
Subject: Re: [pgAdmin4][RM3561] Can't edit Sort/Filter Options after losingdatabase connection