pgAdmin 4 commit: Fixed an issue where the error message does not have

From: Akshay Joshi <akshay(dot)joshi(at)enterprisedb(dot)com>
To: pgadmin-hackers(at)lists(dot)postgresql(dot)org
Subject: pgAdmin 4 commit: Fixed an issue where the error message does not have
Date: 2020-08-07 11:54:33
Message-ID: E1k40xF-0001D4-HL@gothos.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgadmin-hackers

Fixed an issue where the error message does not have a close button on utility dialogs. Fixes #5670

Branch
------
master

Details
-------
https://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=3672013ddc2369970883cfa3c2a7f9e16461c39c
Author: Yogesh Mahajan  <yogesh(dot)mahajan(at)enterprisedb(dot)com>

Modified Files
--------------
docs/en_US/release_notes_4_25.rst | 1 +
web/pgadmin/browser/static/js/browser.js | 49 +++++++++++++---------
.../misc/file_manager/static/js/file_manager.js | 4 +-
web/pgadmin/preferences/static/js/preferences.js | 2 +-
web/pgadmin/tools/backup/static/js/backup.js | 6 +--
.../backup/static/js/backup_dialog_wrapper.js | 7 ++++
.../tools/import_export/static/js/import_export.js | 7 ++++
web/pgadmin/tools/restore/static/js/restore.js | 2 +-
.../restore/static/js/restore_dialog_wrapper.js | 7 ++++
.../search_objects/static/js/search_objects.js | 2 +-
.../javascript/file_manager/file_manager_specs.js | 45 +++++++++++++-------
11 files changed, 88 insertions(+), 44 deletions(-)

Browse pgadmin-hackers by date

  From Date Subject
Next Message Akshay Joshi 2020-08-07 11:54:59 Re: Bug #5670 - Backup dialog error message does not have close button
Previous Message Yogesh Mahajan 2020-08-07 09:43:59 Bug #5670 - Backup dialog error message does not have close button