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

Поиск
Список
Период
Сортировка
От Akshay Joshi
Тема pgAdmin 4 commit: 1) Fixed an issue where an existing user is deleted a
Дата
Msg-id E1oNvDy-0007jl-Bk@gothos.postgresql.org
обсуждение исходный текст
Список 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 по дате отправления:

Предыдущее
От: Akshay Joshi
Дата:
Сообщение: Re: [pgAdmin4][Patch] - Fixed RM #7540
Следующее
От: Aditya Toshniwal
Дата:
Сообщение: Re: [pgAdmin][RM7404] Port process watcher to React