pgAdmin 4 commit: Ensure that the file format for the storage manager s

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 the file format for the storage manager s
Date: 2021-04-08 06:57:10
Message-ID: E1lUObG-0008Tw-SO@gothos.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgadmin-hackers

Ensure that the file format for the storage manager should be 'All files' and for other dialogs, it should remember the last selected format. Fixes #6325

Branch
------
master

Details
-------
https://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=3a797b1efa418bdfba77118e88ffa75dcc67dc97
Author: Pradip Parkale <pradip(dot)parkale(at)enterprisedb(dot)com>

Modified Files
--------------
docs/en_US/release_notes_5_2.rst | 1 +
web/pgadmin/misc/file_manager/static/js/utility.js | 48 ++++++++++++----
web/pgadmin/settings/__init__.py | 67 +++++++++++++++++++++-
3 files changed, 105 insertions(+), 11 deletions(-)

Browse pgadmin-hackers by date

  From Date Subject
Next Message Akshay Joshi 2021-04-08 06:58:05 Re: [pgAdmin][RM6325]:Tools > Storage Manager should have file type as "All files" by default
Previous Message Khushboo Vashi 2021-04-08 06:50:40 [pgAdmin4][Patch] - RM 6158 - Logging into PostgreSQL servers with Kerberos Authentication