pgAdmin 4 commit: Fixed an issue with the non-visibility of columns add - Mailing list pgadmin-hackers

From Akshay Joshi
Subject pgAdmin 4 commit: Fixed an issue with the non-visibility of columns add
Date
Msg-id E1oVtx4-0004Ce-MZ@gothos.postgresql.org
Whole thread Raw
List pgadmin-hackers
Fixed an issue with the non-visibility of columns added prior to import/export data. Fixes #7649

Branch
------
master

Details
-------
https://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=ad5938067600921b684163a2189b9bc3edef2c1c
Author: Yogesh Mahajan <yogesh.mahajan@enterprisedb.com>

Modified Files
--------------
docs/en_US/release_notes_6_14.rst                          | 1 +
web/pgadmin/browser/static/js/node.js                      | 6 ++++++
web/pgadmin/tools/import_export/static/js/import_export.js | 2 +-
3 files changed, 8 insertions(+), 1 deletion(-)


pgadmin-hackers by date:

Previous
From: Yogesh Mahajan
Date:
Subject: [Patch] - Bug #7649 - Import Data into Table fails if table when new columns added prior to import
Next
From: Akshay Joshi
Date:
Subject: Re: [Patch] - Bug #7649 - Import Data into Table fails if table when new columns added prior to import