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

Поиск
Список
Период
Сортировка
От Akshay Joshi
Тема pgAdmin 4 commit: Fixed an issue where the error message does not have
Дата
Msg-id E1k40xF-0001D4-HL@gothos.postgresql.org
обсуждение исходный текст
Список 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 по дате отправления:

Предыдущее
От: Yogesh Mahajan
Дата:
Сообщение: Bug #5670 - Backup dialog error message does not have close button
Следующее
От: Akshay Joshi
Дата:
Сообщение: Re: Bug #5670 - Backup dialog error message does not have close button