[pgAdmin4][RM3478] User should able to type any query in SQL Filter

From: Aditya Toshniwal <aditya(dot)toshniwal(at)enterprisedb(dot)com>
To: pgadmin-hackers <pgadmin-hackers(at)postgresql(dot)org>
Subject: [pgAdmin4][RM3478] User should able to type any query in SQL Filter
Date: 2018-07-09 12:12:46
Message-ID: CAM9w-_mEwQvWsCDpN1UQjL8h+Tn2pYH4h7mO8DDdWAbhG2Fg1Q@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgadmin-hackers

​Hi Hackers,

Attached is the patch to fix the issue where SQL area in filter dialog was
not allowing to type. Actually it was allowing to type but the font size of
the SQL area was 0em and so the characters were not visible. This bug
occurred because of RM3294 <https://redmine.postgresql.org/issues/3294>
patch 0001 ​which I had sent previously.

Also, fixed a small typo in
​ ​
pgadmin/utils/preferences.py

Kindly review.

--
Thanks and Regards,
Aditya Toshniwal
Software Engineer | EnterpriseDB Software Solutions | Pune
"Don't Complain about Heat, Plant a tree"

Attachment Content-Type Size
RM3478.patch application/octet-stream 1.4 KB

Responses

Browse pgadmin-hackers by date

  From Date Subject
Next Message Dave Page 2018-07-09 12:54:05 pgAdmin 4 commit: Replace deprecated success, error callbacks in $.ajax
Previous Message Aditya Toshniwal 2018-07-09 10:49:15 [pgAdmin4][patch] AJAX call related changes for jQuery 3