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

Поиск
Список
Период
Сортировка
От Akshay Joshi
Тема pgAdmin 4 commit: 1. Filter dialog doesn't work in edit mode (getting b
Дата
Msg-id E1nkOSi-0002Yj-66@gothos.postgresql.org
обсуждение исходный текст
Список 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.toshniwal@enterprisedb.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(-)


В списке pgadmin-hackers по дате отправления:

Предыдущее
От: Aditya Toshniwal
Дата:
Сообщение: Re: [pgAdmin][RM6131] Port query tool to React
Следующее
От: Akshay Joshi
Дата:
Сообщение: Re: [pgAdmin][RM6131] Port query tool to React