pgAdmin 4 commit: Fix the Backup module where it was not working if use

From: Dave Page <dpage(at)pgadmin(dot)org>
To: pgadmin-hackers(at)postgresql(dot)org
Subject: pgAdmin 4 commit: Fix the Backup module where it was not working if use
Date: 2017-05-04 15:06:14
Message-ID: E1d6IKc-000503-8Z@gothos.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgadmin-hackers

Fix the Backup module where it was not working if user changes its preference language other than english. Fixes #2354

Branch
------
master

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

Modified Files
--------------
.../tools/backup/templates/backup/js/backup.js | 24 +++++++++++++---------
.../templates/import_export/js/import_export.js | 4 +++-
.../templates/maintenance/js/maintenance.js | 8 +++++---
.../tools/restore/templates/restore/js/restore.js | 14 +++++++------
4 files changed, 30 insertions(+), 20 deletions(-)

Browse pgadmin-hackers by date

  From Date Subject
Next Message Dave Page 2017-05-04 15:18:30 Re: [pgAdmin4][PATCH] To fix the issue with Backup in other langauge
Previous Message Dave Page 2017-05-04 15:02:36 Re: [pgAdmin4][PATCH] To fix the issue with NodeAjaxControl data caching