pgAdmin 4 commit: Ensure sort/filter dialog should display proper messa

From: Akshay Joshi <akshay(dot)joshi(at)enterprisedb(dot)com>
To: pgadmin-hackers(at)postgresql(dot)org
Subject: pgAdmin 4 commit: Ensure sort/filter dialog should display proper messa
Date: 2018-08-22 11:08:39
Message-ID: E1fsR0B-0007Rw-IL@gothos.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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(dot)toshniwal(at)enterprisedb(dot)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(-)

Browse pgadmin-hackers by date

  From Date Subject
Next Message Akshay Joshi 2018-08-22 11:11:43 Re: [pgAdmin4][RM3561] Can't edit Sort/Filter Options after losing database connection
Previous Message Akshay Joshi 2018-08-22 09:44:21 Re: [pgAdmin4][RM #3313] "Select All" & "Unselect All" not working in Select2 control