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

From: Akshay Joshi <akshay(dot)joshi(at)enterprisedb(dot)com>
To: pgadmin-hackers(at)lists(dot)postgresql(dot)org
Subject: pgAdmin 4 commit: Fixed an issue where shared server entries not gettin
Date: 2021-02-04 06:02:59
Message-ID: E1l7XjH-00035O-Ag@gothos.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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(dot)mohite(at)enterprisedb(dot)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(-)

Browse pgadmin-hackers by date

  From Date Subject
Next Message Akshay Joshi 2021-02-04 06:03:48 Re: [pgAdmin][RM-6143]: Shared server entries not getting deleted.
Previous Message Aditya Toshniwal 2021-02-04 05:42:05 Re: pgAdmin: ERD Tool a suggestion.