pgAdmin 4 commit: Ensure that Columns should always be visible in the i - Mailing list pgadmin-hackers

From Akshay Joshi
Subject pgAdmin 4 commit: Ensure that Columns should always be visible in the i
Date
Msg-id E1ndssM-0000Gc-0k@gothos.postgresql.org
Whole thread Raw
List pgadmin-hackers
Ensure that Columns should always be visible in the import/export dialog. Fixes #7252

Branch
------
master

Details
-------
https://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=a91762fb30edb8bb5344456754cd1da2d1b92c81
Author: Aditya Toshniwal <aditya.toshniwal@enterprisedb.com>

Modified Files
--------------
docs/en_US/release_notes_6_9.rst                   |  1 +
web/pgadmin/static/js/SchemaView/index.jsx         | 26 ++++++++++++-
web/pgadmin/tools/erd/static/scss/_erd.scss        | 43 ++++++++++++++++++++++
.../javascript/SchemaView/SchemaView.spec.js       | 22 ++++++-----
web/regression/javascript/browser/activity_spec.js | 11 +++---
.../javascript/components/CodeMirror.spec.js       | 28 ++------------
web/regression/javascript/fake_pgadmin.js          | 36 ++++++++++++++++++
web/regression/javascript/genericFunctions.jsx     | 11 ++++--
8 files changed, 133 insertions(+), 45 deletions(-)


pgadmin-hackers by date:

Previous
From: Pradip Parkale
Date:
Subject: Re: [pgAdmin][RM7296]: Browser tree is not getting refresh after deleting the multiple node from collection properties
Next
From: Akshay Joshi
Date:
Subject: pgAdmin 4 commit: 1) Fixed an issue where deleting a constraint from th