pgAdmin 4 commit: Fixed an issue where an invalid email error was not v - Mailing list pgadmin-hackers

From Akshay Joshi
Subject pgAdmin 4 commit: Fixed an issue where an invalid email error was not v
Date
Msg-id E1oN49X-0007iC-Ja@gothos.postgresql.org
Whole thread Raw
List 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(-)


pgadmin-hackers by date:

Previous
From: Akshay Joshi
Date:
Subject: Re: [pgAdmin4][Patch] - Fixed RM #7608
Next
From: Akshay Joshi
Date:
Subject: pgAdmin 4 commit: Fixed improper parsing of HTTP requests in Pallets We