Thread: pgAdmin 4 commit: 1. Filter dialog doesn't work in edit mode (getting b
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(-)