pgAdmin 4 commit: Fixed review comments: - Mailing list pgadmin-hackers

From Akshay Joshi
Subject pgAdmin 4 commit: Fixed review comments:
Date
Msg-id E1n5Qlp-0000Ji-WE@gothos.postgresql.org
Whole thread Raw
List pgadmin-hackers
Fixed review comments:

1. Split the restore options/backup options into 2 tabs
2. Restore icon changes
3. feature tests issues
4. restore help link broken
5. Comment section not visible

refs #7018

Branch
------
master

Details
-------
https://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=6528d086baf47e9440d93b01ee03c3a255b67f52
Author: Rahul Shirsat <rahul.shirsat@enterprisedb.com>

Modified Files
--------------
web/pgadmin/browser/static/js/node.js              |  2 +-
web/pgadmin/browser/static/js/utility_view.jsx     |  4 ++++
.../pg_utilities_backup_restore_test.py            | 22 +++++++++++------
web/pgadmin/static/js/SchemaView/index.jsx         | 13 +++++++++-
web/pgadmin/tools/backup/static/js/backup.js       |  6 ++---
web/pgadmin/tools/backup/static/js/backup.ui.js    | 12 +++++-----
web/pgadmin/tools/restore/static/js/restore.js     |  7 +++---
web/pgadmin/tools/restore/static/js/restore.ui.js  | 28 ++++++++++++++--------
web/regression/feature_utils/locators.py           |  2 +-
9 files changed, 64 insertions(+), 32 deletions(-)


pgadmin-hackers by date:

Previous
From: Rahul Shirsat
Date:
Subject: Re: [patch][pgAdmin] RM7018 [React] Port Restore dialog to React.
Next
From: Akshay Joshi
Date:
Subject: Re: [patch][pgAdmin] RM7018 [React] Port Restore dialog to React.