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.moh...@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(-)

Reply via email to