pgAdmin 4 commit: Ensure that JSON files should be downloaded properly

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 JSON files should be downloaded properly
Date: 2022-01-25 14:47:56
Message-ID: E1nCN6y-0001FU-LG@gothos.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgadmin-hackers

Ensure that JSON files should be downloaded properly from the storage manager. Fixes #7118

Branch
------
master

Details
-------
https://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=deab1bfaba90b97c26f1fdb36f49e4db4c0ddd85
Author: Rahul Shirsat <rahul(dot)shirsat(at)enterprisedb(dot)com>

Modified Files
--------------
docs/en_US/release_notes_6_5.rst | 1 +
web/pgadmin/misc/file_manager/__init__.py | 4 +++-
web/pgadmin/tools/storage_manager/__init__.py | 17 +++++------------
3 files changed, 9 insertions(+), 13 deletions(-)

Browse pgadmin-hackers by date

  From Date Subject
Next Message Akshay Joshi 2022-01-25 14:48:41 Re: [pgAdmin][RM-7123]: v6.3 restore generates incorrect options for schema
Previous Message Akshay Joshi 2022-01-25 14:44:37 pgAdmin 4 commit: Fixed an issue where restore generates incorrect opti