pgAdmin 4 commit: Resolved issue if the binary path is not present/corr

From: Akshay Joshi <akshay(dot)joshi(at)enterprisedb(dot)com>
To: pgadmin-hackers(at)lists(dot)postgresql(dot)org
Subject: pgAdmin 4 commit: Resolved issue if the binary path is not present/corr
Date: 2021-11-24 11:59:26
Message-ID: E1mpqvu-0006TB-KX@gothos.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgadmin-hackers

Resolved issue if the binary path is not present/correct, then show error notification to add/correct the binary path.

refs #6984

Branch
------
master

Details
-------
https://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=3dcee71a92bce1a7c164e777cec7a2795f4149c0
Author: Nikhil Mohite <nikhil(dot)mohite(at)enterprisedb(dot)com>

Modified Files
--------------
web/pgadmin/tools/backup/static/js/backup.js | 9 ++++++++-
1 file changed, 8 insertions(+), 1 deletion(-)

Browse pgadmin-hackers by date

  From Date Subject
Next Message Akshay Joshi 2021-11-24 12:00:05 Re: [pgAdmin][RM-6984]: Port Backup Global, Backup Server and Backup object dialog in React
Previous Message Akshay Joshi 2021-11-24 11:53:24 pgAdmin 4 commit: 1) Replace Flask-BabelEx with Flask-Babel. Fixes #608