Обсуждение: pgAdmin 4 commit: Fixed issue of error message not getting displayed wh

Поиск
Список
Период
Сортировка

pgAdmin 4 commit: Fixed issue of error message not getting displayed wh

От
Akshay Joshi
Дата:
Fixed issue of error message not getting displayed when filename is empty for backup, restore, and import/export. Fixes
#3814.

Branch
------
master

Details
-------
https://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=2ebf20341296ed51bc87675a33392a9b0efab155
Author: Satish V <satish.v@enterprisedb.com>

Modified Files
--------------
docs/en_US/release_notes_4_24.rst                  |  1 +
web/pgadmin/static/scss/_alert.scss                |  6 ++++
.../backup/static/js/backup_dialog_wrapper.js      | 28 ++++++++++++++++--
.../tools/import_export/static/js/import_export.js | 34 +++++++++++++++++++---
.../restore/static/js/restore_dialog_wrapper.js    | 28 ++++++++++++++++--
.../backup/backup_dialog_wrapper_spec.js           |  2 ++
.../restore/restore_dialog_wrapper_spec.js         |  2 ++
7 files changed, 91 insertions(+), 10 deletions(-)