pgAdmin 4 commit: Fix passing of --globals-only to global backups.

From: Dave Page <dpage(at)pgadmin(dot)org>
To: pgadmin-hackers(at)postgresql(dot)org
Subject: pgAdmin 4 commit: Fix passing of --globals-only to global backups.
Date: 2018-08-16 13:20:36
Message-ID: E1fqICa-0007eX-KY@gothos.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgadmin-hackers

Fix passing of --globals-only to global backups.

Branch
------
master

Details
-------
https://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=d68c967423771af7083511c0dc0d48986ce63a44
Author: Akshay Joshi <akshay(dot)joshi(at)enterprisedb(dot)com>

Modified Files
--------------
web/pgadmin/tools/backup/__init__.py | 4 ++--
web/pgadmin/tools/backup/tests/test_backup_create_job_unit_test.py | 2 +-
2 files changed, 3 insertions(+), 3 deletions(-)

Browse pgadmin-hackers by date

  From Date Subject
Next Message Dave Page 2018-08-16 13:20:47 Re: [pgAdmin4][Patch]: Fixed issue where "Backup Globals" not working correctly
Previous Message Dave Page 2018-08-16 12:47:43 Re: [pgAdmin4][RM2927] Move all CSS into SCSS files for consistency and ease of colour maintenance etc.