pgAdmin 4 commit: Fixed user management related issues: - Mailing list pgadmin-hackers

From Akshay Joshi
Subject pgAdmin 4 commit: Fixed user management related issues:
Date
Msg-id E1jMsQA-0006FZ-Tm@gothos.postgresql.org
Whole thread Raw
List pgadmin-hackers
Fixed user management related issues:
 1) Unable to add a user when there are many users. The dialog went blank. Fixed.
 2) The error message did not have a close button. Fixed.
 3) When clicked on the add button, then the cursor will focus on the email box of
    the new row for convenience.
 4) When the dialog opens, the cursor will focus on the search text box.
 5) By default, the "User" role will be selected when adding a new user.
    Also removed an empty option in the roles dropdown.
 6) When the search filter is applied and we try to add an already existing user, the
    validation is done only on the filtered data and not on all the users' data.

Fixes #5227

Branch
------
master

Details
-------
https://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=014ce315890ed8493e2538ecb7812a7b0ef9a86f
Author: Aditya Toshniwal <aditya.toshniwal@enterprisedb.com>

Modified Files
--------------
docs/en_US/release_notes_4_21.rst                  |  1 +
web/pgadmin/static/js/backgrid.pgadmin.js          | 16 +++--
web/pgadmin/static/scss/_backgrid.overrides.scss   |  9 ++-
.../user_management/static/js/user_management.js   | 77 ++++++++++------------
4 files changed, 53 insertions(+), 50 deletions(-)


pgadmin-hackers by date:

Previous
From: Aditya Toshniwal
Date:
Subject: Re: [pgAdmin][RM5227] Cannot add user
Next
From: Akshay Joshi
Date:
Subject: Re: [pgAdmin][RM5227] Cannot add user