pgAdmin 4 commit: Backup, Maintenance and Restore should not be started

From: Akshay Joshi <akshay(dot)joshi(at)enterprisedb(dot)com>
To: pgadmin-hackers(at)postgresql(dot)org
Subject: pgAdmin 4 commit: Backup, Maintenance and Restore should not be started
Date: 2018-05-07 09:39:42
Message-ID: E1fFccQ-0008BF-5H@gothos.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgadmin-hackers

Backup, Maintenance and Restore should not be started if database name contains "=" symbol. Fixes #1220 #1221

Branch
------
master

Details
-------
https://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=567f7642348e15d8adb57d683c64e8d8090b77fe
Author: Khushboo Vashi <khushboo(dot)vashi(at)enterprisedb(dot)com>

Modified Files
--------------
web/pgadmin/tools/backup/static/js/backup.js | 11 +++++++++++
web/pgadmin/tools/maintenance/static/js/maintenance.js | 12 ++++++++++++
web/pgadmin/tools/restore/static/js/restore.js | 11 +++++++++++
3 files changed, 34 insertions(+)

Browse pgadmin-hackers by date

  From Date Subject
Next Message Akshay Joshi 2018-05-07 09:40:18 Re: [pgAdmin4][Patch]: Fixed RMs #1220 & #1221
Previous Message Akshay Joshi 2018-05-07 08:26:15 Re: [pgAdmin4][Patch] Feature #3270 Add support for running regression tests against Firefox