pgAdmin 4 commit: Unset compression ratio if it is an empty string in B

From: Akshay Joshi <akshay(dot)joshi(at)enterprisedb(dot)com>
To: pgadmin-hackers(at)postgresql(dot)org
Subject: pgAdmin 4 commit: Unset compression ratio if it is an empty string in B
Date: 2017-08-17 11:08:41
Message-ID: E1diIfJ-0005t5-4P@gothos.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgadmin-hackers

Unset compression ratio if it is an empty string in Backup module. Fixes #2582

Branch
------
master

Details
-------
https://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=c7686dee054ef8a77ace02c1c4e4eed65a475602
Author: Surinder Kumar <surinder(dot)kumar(at)enterprisedb(dot)com>

Modified Files
--------------
web/pgadmin/tools/backup/__init__.py | 4 ++++
web/pgadmin/tools/backup/static/js/backup.js | 6 ++++++
2 files changed, 10 insertions(+)

Browse pgadmin-hackers by date

  From Date Subject
Next Message Akshay Joshi 2017-08-17 11:09:23 Re: [pgAdmin4][Patch]: RM_ 2582 - Backup : Fix compression value
Previous Message Akshay Joshi 2017-08-17 09:57:34 Re: [pgAdmin4][Patch]: RM_2646 - Spinner icon not found error when a server node is connected