pgAdmin 4 commit: 1) Browser panel turns blank on connecting disconnect

From: Akshay Joshi <akshay(dot)joshi(at)enterprisedb(dot)com>
To: pgadmin-hackers(at)lists(dot)postgresql(dot)org
Subject: pgAdmin 4 commit: 1) Browser panel turns blank on connecting disconnect
Date: 2021-09-29 11:50:52
Message-ID: E1mVY6u-0005mg-U7@gothos.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgadmin-hackers

1) Browser panel turns blank on connecting disconnected database & server has multiple databases. Fixes #6817
2) The object is not selected/properties panel is not updated when the user moves to object with arrow keys. Fixes #6821
3) Object gets deselected after editing. Fixes #6824

Branch
------
master

Details
-------
https://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=aa8854db535279ff16349459cc8fb250332fbe39
Author: Khushboo Vashi <khushboo(dot)vashi(at)enterprisedb(dot)com>

Modified Files
--------------
web/package.json | 2 +-
.../servers/databases/static/js/database.js | 11 ++--
web/pgadmin/browser/static/js/browser.js | 68 +++++++++-------------
web/pgadmin/static/js/tree/tree.js | 2 +-
web/yarn.lock | 4 +-
5 files changed, 38 insertions(+), 49 deletions(-)

Browse pgadmin-hackers by date

  From Date Subject
Next Message Akshay Joshi 2021-09-29 11:51:28 Re: [pgAdmin4][Patch] - Fixes for RM #6817, #6821, #6824
Previous Message Khushboo Vashi 2021-09-29 11:10:05 Re: [pgAdmin4][Patch] - Fixes for RM #6817, #6821, #6824