pgAdmin 4 commit: Ensure that 'ENTER' key in the data filter should not - Mailing list pgadmin-hackers

From Akshay Joshi
Subject pgAdmin 4 commit: Ensure that 'ENTER' key in the data filter should not
Date
Msg-id E1iBIGQ-0000Yc-6n@gothos.postgresql.org
Whole thread Raw
List 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(-)


pgadmin-hackers by date:

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