pgAdmin 4 commit: 1) Fixed import/export servers issue in server mode.

From: Akshay Joshi <akshay(dot)joshi(at)enterprisedb(dot)com>
To: pgadmin-hackers(at)lists(dot)postgresql(dot)org
Subject: pgAdmin 4 commit: 1) Fixed import/export servers issue in server mode.
Date: 2022-01-07 16:02:04
Message-ID: E1n5rgq-0000lg-0x@gothos.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgadmin-hackers

1) Fixed import/export servers issue in server mode.
2) Fixed an issue where files are not showing as per the selected format in
the file dialog when opened the first time.

Branch
------
master

Details
-------
https://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=4ecd05e33b69e0a480592a904506cb050f1bced6

Modified Files
--------------
web/pgadmin/misc/file_manager/static/js/utility.js | 2 +-
.../tools/import_export_servers/__init__.py | 17 ++++++-
web/pgadmin/utils/__init__.py | 55 ++++++++++++++++------
3 files changed, 57 insertions(+), 17 deletions(-)

Browse pgadmin-hackers by date

  From Date Subject
Next Message Akshay Joshi 2022-01-07 16:06:15 pgAdmin 4 commit: Update message catalog.
Previous Message Akshay Joshi 2022-01-07 16:02:03 pgAdmin 4 commit: Fixed SonarQube issues.