pgAdmin 4 commit: Fixed an issue where the error message does not have - Mailing list pgadmin-hackers

From Akshay Joshi
Subject pgAdmin 4 commit: Fixed an issue where the error message does not have
Date
Msg-id E1k40xF-0001D4-HL@gothos.postgresql.org
Whole thread Raw
List 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.mahajan@enterprisedb.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(-)


pgadmin-hackers by date:

Previous
From: Yogesh Mahajan
Date:
Subject: Bug #5670 - Backup dialog error message does not have close button
Next
From: Akshay Joshi
Date:
Subject: Re: Bug #5670 - Backup dialog error message does not have close button