pgAdmin 4 commit: Fixed dialog tab navigation for Backup and Restoredi - Mailing list pgadmin-hackers

From Akshay Joshi
Subject pgAdmin 4 commit: Fixed dialog tab navigation for Backup and Restoredi
Date
Msg-id E1gmdUu-0005FO-Ml@gothos.postgresql.org
Whole thread Raw
List pgadmin-hackers
Fixed dialog tab navigation for Backup and Restore dialog. Fixes regression of #3862

Branch
------
master

Details
-------
https://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=42c7ae372f7f4f26ba928926f22f1b9f872f15da
Author: Harshal Dhumal <harshal.dhumal@enterprisedb.com>

Modified Files
--------------
web/pgadmin/static/js/alertify/dialog_wrapper.js       | 18 ++++++++++++++----
web/pgadmin/static/js/utils.js                         |  2 +-
.../tools/backup/static/js/backup_dialog_wrapper.js    |  2 +-
.../tools/restore/static/js/restore_dialog_wrapper.js  |  2 +-
4 files changed, 17 insertions(+), 7 deletions(-)


pgadmin-hackers by date:

Previous
From: Raphaël Dehousse
Date:
Subject: Feature Request: Allow set a suffix/prefix in application_name
Next
From: Akshay Joshi
Date:
Subject: Re: [pgAdmin4] [RM3862] Fix Dialog tabset keyboard navigation