pgAdmin 4 commit: Fixed an issue with the non-visibility of columns add

From: Akshay Joshi <akshay(dot)joshi(at)enterprisedb(dot)com>
To: pgadmin-hackers(at)lists(dot)postgresql(dot)org
Subject: pgAdmin 4 commit: Fixed an issue with the non-visibility of columns add
Date: 2022-09-07 12:14:42
Message-ID: E1oVtx4-0004Ce-MZ@gothos.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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(dot)mahajan(at)enterprisedb(dot)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(-)

Browse pgadmin-hackers by date

  From Date Subject
Next Message Akshay Joshi 2022-09-07 12:15:57 Re: [Patch] - Bug #7649 - Import Data into Table fails if table when new columns added prior to import
Previous Message Yogesh Mahajan 2022-09-07 10:53:07 [Patch] - Bug #7649 - Import Data into Table fails if table when new columns added prior to import