pgAdmin 4 commit: Fix the issue in backup/restore while selecting secti

From: Dave Page <dpage(at)pgadmin(dot)org>
To: pgadmin-hackers(at)postgresql(dot)org
Subject: pgAdmin 4 commit: Fix the issue in backup/restore while selecting secti
Date: 2016-06-17 13:01:33
Message-ID: E1bDtOv-00068E-AQ@gothos.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgadmin-hackers

Fix the issue in backup/restore while selecting section-> data option, it was throwing error.. Fixes #1219

Branch
------
master

Details
-------
http://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=bc4703c5b704ed003d6e01bbd4a598218b23e1d7
Author: Murtuza Zabuawala <murtuza(dot)zabuawala(at)enterprisedb(dot)com>

Modified Files
--------------
web/pgadmin/tools/backup/__init__.py | 22 ++++++++--------
.../tools/backup/templates/backup/js/backup.js | 2 +-
web/pgadmin/tools/restore/__init__.py | 30 +++++++++++++++-------
.../tools/restore/templates/restore/js/restore.js | 2 +-
4 files changed, 35 insertions(+), 21 deletions(-)

Browse pgadmin-hackers by date

  From Date Subject
Next Message Dave Page 2016-06-17 13:01:39 Re: PATCH: To fix the issue in Restore/Backup dialog
Previous Message Dave Page 2016-06-17 12:55:11 Re: PATCH: To fix incorrect start date in Backup/Restore dialog (pgAdmin4)