pgAdmin 4 commit: Ensure that deleting a database should not automatica

From: Akshay Joshi <akshay(dot)joshi(at)enterprisedb(dot)com>
To: pgadmin-hackers(at)lists(dot)postgresql(dot)org
Subject: pgAdmin 4 commit: Ensure that deleting a database should not automatica
Date: 2021-08-25 11:31:55
Message-ID: E1mIr8N-0003Z1-38@gothos.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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(dot)mohite(at)enterprisedb(dot)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(-)

Browse pgadmin-hackers by date

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