pgAdmin 4 commit: Ensure that deleting a database should not automatica - Mailing list pgadmin-hackers

From Akshay Joshi
Subject pgAdmin 4 commit: Ensure that deleting a database should not automatica
Date
Msg-id E1mIr8N-0003Z1-38@gothos.postgresql.org
Whole thread Raw
List pgadmin-hackers
Ensure that deleting a database should not automatically connect to the next database. Fixes #6685

Branch
------
master

Details
-------
https://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=b30a42ab9e4d221191403c79745fcfc4025e28dc
Author: Nikhil Mohite <nikhil.mohite@enterprisedb.com>

Modified Files
--------------
docs/en_US/release_notes_5_7.rst                          |  1 +
.../server_groups/servers/databases/static/js/database.js |  4 +++-
web/pgadmin/browser/static/js/collection.js               |  1 +
web/pgadmin/browser/static/js/node.js                     | 15 ++++++++++++++-
4 files changed, 19 insertions(+), 2 deletions(-)


pgadmin-hackers by date:

Previous
From: Aditya Toshniwal
Date:
Subject: Re: [pgAdmin][RM4629] Show DB and server information on maintenance process watcher
Next
From: Akshay Joshi
Date:
Subject: Re: [pgAdmin][RM-6685]: Deleting a database automatically selects (and opens) the next database