pgAdmin 4 commit: Fixed an issue where an invalid email error was not v

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 an invalid email error was not v
Date: 2022-08-14 03:19:03
Message-ID: E1oN49X-0007iC-Ja@gothos.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgadmin-hackers

Fixed an issue where an invalid email error was not visible on the GUI. Fixes #7609

Branch
------
master

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

Modified Files
--------------
web/pgadmin/tools/user_management/__init__.py | 7 ++--
.../static/js/UserManagementDialog.jsx | 47 +++++++++++++++-------
2 files changed, 36 insertions(+), 18 deletions(-)

Browse pgadmin-hackers by date

  From Date Subject
Next Message Akshay Joshi 2022-08-16 07:02:11 pgAdmin 4 commit: Fixed improper parsing of HTTP requests in Pallets We
Previous Message Akshay Joshi 2022-08-14 01:45:17 Re: [pgAdmin4][Patch] - Fixed RM #7608