pgAdmin 4 commit: 1. Filter dialog doesn't work in edit mode (getting b

From: Akshay Joshi <akshay(dot)joshi(at)enterprisedb(dot)com>
To: pgadmin-hackers(at)lists(dot)postgresql(dot)org
Subject: pgAdmin 4 commit: 1. Filter dialog doesn't work in edit mode (getting b
Date: 2022-04-29 11:07:00
Message-ID: E1nkOSi-0002Yj-66@gothos.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgadmin-hackers

1. Filter dialog doesn't work in edit mode (getting back end errors), reverting it back to create mode of SchemaView.
2. Enable the copy button when a cell is selected.
3. Exclude, Include related fixes.

Branch
------
master

Details
-------
https://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=64ffed0ddbcba79c1603b58e85fe0b617083ea9e
Author: Aditya Toshniwal <aditya(dot)toshniwal(at)enterprisedb(dot)com>

Modified Files
--------------
web/pgadmin/static/js/Theme/index.jsx | 8 ++
.../static/js/components/QueryToolComponent.jsx | 53 +++----
.../static/js/components/QueryToolConstants.js | 2 +-
.../js/components/QueryToolDataGrid/index.jsx | 66 +++++----
.../static/js/components/dialogs/FilterDialog.jsx | 2 +-
.../static/js/components/sections/MainToolBar.jsx | 2 +-
.../static/js/components/sections/ResultSet.jsx | 157 ++++++++++++---------
.../js/components/sections/ResultSetToolbar.jsx | 4 +-
.../static/js/components/sections/StatusBar.jsx | 2 +-
9 files changed, 170 insertions(+), 126 deletions(-)

Browse pgadmin-hackers by date

  From Date Subject
Next Message Akshay Joshi 2022-04-29 11:07:33 Re: [pgAdmin][RM6131] Port query tool to React
Previous Message Aditya Toshniwal 2022-04-29 10:55:56 Re: [pgAdmin][RM6131] Port query tool to React