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-01-21 09:22:19
Message-ID: E1l2WAV-00086h-V0@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=57ed02a9aa137d170e8fbf675366cb490276af82
Author: Nikhil Mohite <nikhil(dot)mohite(at)enterprisedb(dot)com>

Modified Files
--------------
docs/en_US/release_notes_4_30.rst | 1 +
web/pgadmin/tools/user_management/__init__.py | 4 +++-
2 files changed, 4 insertions(+), 1 deletion(-)

Browse pgadmin-hackers by date

  From Date Subject
Next Message Akshay Joshi 2021-01-21 09:22:57 Re: [pgAdmin][RM-6143]: Shared server entries not getting deleted.
Previous Message Akshay Joshi 2021-01-21 09:17:15 Re: SonarQube Fixes #4 Database & Foreign Tables