pgAdmin 4 commit: Prevent an error when closing the Sort/Filter dialogu

From: Dave Page <dpage(at)pgadmin(dot)org>
To: pgadmin-hackers(at)lists(dot)postgresql(dot)org
Subject: pgAdmin 4 commit: Prevent an error when closing the Sort/Filter dialogu
Date: 2019-02-13 16:45:01
Message-ID: E1gtxef-0000P9-Uz@gothos.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgadmin-hackers

Prevent an error when closing the Sort/Filter dialogue with an empty filter string. Fixes #3970

Branch
------
master

Details
-------
https://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=944cc55df7c141b59dd0fa269ef963f1c89b7f08
Author: Akshay Joshi <akshay(dot)joshi(at)enterprisedb(dot)com>

Modified Files
--------------
docs/en_US/release_notes_4_3.rst | 1 +
web/pgadmin/tools/sqleditor/command.py | 35 ++++++++++++++++++----------------
2 files changed, 20 insertions(+), 16 deletions(-)

Browse pgadmin-hackers by date

  From Date Subject
Next Message Dave Page 2019-02-13 16:45:09 Re: [pgAdmin4][Patch]: RM #3970 Sort / Filter options
Previous Message Akshay Joshi 2019-02-13 12:43:31 [pgAdmin4][Patch]: RM #3970 Sort / Filter options