pgAdmin 4 commit: 1) Fixed an issue where an existing user is deleted a

From: Akshay Joshi <akshay(dot)joshi(at)enterprisedb(dot)com>
To: pgadmin-hackers(at)lists(dot)postgresql(dot)org
Subject: pgAdmin 4 commit: 1) Fixed an issue where an existing user is deleted a
Date: 2022-08-16 11:59:10
Message-ID: E1oNvDy-0007jl-Bk@gothos.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgadmin-hackers

1) Fixed an issue where an existing user is deleted and recreated again in the User Management dialog. Fixes #7618
2) Fixed preferences issue when changing themes.
3) Added validation for user names that already exist.

Branch
------
master

Details
-------
https://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=ef912076697a5dd35ae968044fa71b4f27c25dfa

Modified Files
--------------
web/pgadmin/static/js/helpers/ModalProvider.jsx | 4 ++--
web/pgadmin/tools/user_management/__init__.py | 13 ++++++-------
.../user_management/static/js/UserManagementDialog.jsx | 14 ++++++++++++++
3 files changed, 22 insertions(+), 9 deletions(-)

Browse pgadmin-hackers by date

  From Date Subject
Next Message Aditya Toshniwal 2022-08-16 12:20:13 Re: [pgAdmin][RM7404] Port process watcher to React
Previous Message Akshay Joshi 2022-08-16 10:02:37 Re: [pgAdmin4][Patch] - Fixed RM #7540