pgAdmin 4 commit: Ensure that 'ENTER' key in the data filter should not

From: Akshay Joshi <akshay(dot)joshi(at)enterprisedb(dot)com>
To: pgadmin-hackers(at)lists(dot)postgresql(dot)org
Subject: pgAdmin 4 commit: Ensure that 'ENTER' key in the data filter should not
Date: 2019-09-20 12:43:54
Message-ID: E1iBIGQ-0000Yc-6n@gothos.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgadmin-hackers

Ensure that 'ENTER' key in the data filter should not run the query. Fixes #4199

Branch
------
master

Details
-------
https://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=1bef98fdfaa51484bf110607d7ad6905536ad20a

Modified Files
--------------
docs/en_US/editgrid.rst | 5 +++
docs/en_US/images/viewdata_filter_dialog.png | Bin 0 -> 39713 bytes
docs/en_US/release_notes_4_14.rst | 2 +
docs/en_US/toolbar.rst | 2 +-
docs/en_US/viewdata_filter.rst | 19 ++++++++++
web/pgadmin/tools/datagrid/static/js/show_data.js | 43 +++++++++++++++++++---
6 files changed, 65 insertions(+), 6 deletions(-)

Browse pgadmin-hackers by date

  From Date Subject
Next Message Khushboo Vashi 2019-09-23 06:12:09 [pgAdmin4][Patch] - RM 3009 - Right click to copy from data grid, optionally with headers.
Previous Message Aditya Toshniwal 2019-09-20 12:14:43 Re: [pgAdmin4][RM#4199] ENTER in Data Filter runs query