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

Поиск
Список
Период
Сортировка
От Akshay Joshi
Тема pgAdmin 4 commit: Ensure that deleting a database should not automatica
Дата
Msg-id E1mIr8N-0003Z1-38@gothos.postgresql.org
обсуждение исходный текст
Список 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 по дате отправления:

Предыдущее
От: Aditya Toshniwal
Дата:
Сообщение: Re: [pgAdmin][RM4629] Show DB and server information on maintenance process watcher
Следующее
От: Akshay Joshi
Дата:
Сообщение: Re: [pgAdmin][RM-6685]: Deleting a database automatically selects (and opens) the next database