pgAdmin 4 commit: Fixed an issue where shared server entries not gettin

Поиск
Список
Период
Сортировка
От Akshay Joshi
Тема pgAdmin 4 commit: Fixed an issue where shared server entries not gettin
Дата
Msg-id E1l7XjH-00035O-Ag@gothos.postgresql.org
обсуждение исходный текст
Список pgadmin-hackers
Fixed an issue where shared server entries not getting deleted from SQLite database if the user gets deleted. Fixes
#6143

Branch
------
master

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

Modified Files
--------------
docs/en_US/release_notes_5_0.rst                   |   1 +
web/pgadmin/browser/server_groups/__init__.py      |  11 +
.../js/sqleditor/new_connection_dialog_model.js    | 635 +++++++++++----------
web/pgadmin/tools/user_management/__init__.py      | 181 +++++-
.../user_management/static/js/user_management.js   | 255 ++++++++-
5 files changed, 745 insertions(+), 338 deletions(-)


В списке pgadmin-hackers по дате отправления:

Предыдущее
От: Aditya Toshniwal
Дата:
Сообщение: Re: pgAdmin: ERD Tool a suggestion.
Следующее
От: Akshay Joshi
Дата:
Сообщение: Re: [pgAdmin][RM-6143]: Shared server entries not getting deleted.