pgAdmin 4 commit: 1) Fixed an issue where an existing user is deleted a - Mailing list pgadmin-hackers

From Akshay Joshi
Subject pgAdmin 4 commit: 1) Fixed an issue where an existing user is deleted a
Date
Msg-id E1oNvDy-0007jl-Bk@gothos.postgresql.org
Whole thread Raw
List 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(-)


pgadmin-hackers by date:

Previous
From: Akshay Joshi
Date:
Subject: Re: [pgAdmin4][Patch] - Fixed RM #7540
Next
From: Aditya Toshniwal
Date:
Subject: Re: [pgAdmin][RM7404] Port process watcher to React