pgAdmin 4 commit: Ensure that Columns should always be visible in the i

From: Akshay Joshi <akshay(dot)joshi(at)enterprisedb(dot)com>
To: pgadmin-hackers(at)lists(dot)postgresql(dot)org
Subject: pgAdmin 4 commit: Ensure that Columns should always be visible in the i
Date: 2022-04-11 12:10:34
Message-ID: E1ndssM-0000Gc-0k@gothos.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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(dot)toshniwal(at)enterprisedb(dot)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(-)

Browse pgadmin-hackers by date

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