Re: [pgAdmin][RM5227] Cannot add user

From: Akshay Joshi <akshay(dot)joshi(at)enterprisedb(dot)com>
To: Aditya Toshniwal <aditya(dot)toshniwal(at)enterprisedb(dot)com>
Cc: pgadmin-hackers <pgadmin-hackers(at)postgresql(dot)org>
Subject: Re: [pgAdmin][RM5227] Cannot add user
Date: 2020-04-10 09:42:59
Message-ID: CANxoLDeEWU4_UituX=N_mrmmSHeGuDNOi1r-3jYGfOD3Ti8RFQ@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgadmin-hackers

Hi Aditya

Can you please rebase and send the patch again.

On Fri, Apr 10, 2020 at 10:33 AM Aditya Toshniwal <
aditya(dot)toshniwal(at)enterprisedb(dot)com> wrote:

> Hi Hackers,
>
> Attached is the patch to fix following user management related issues:
> 1) Unable to add a user when there are many users. The dialog went blank.
> Fixed.
> 2) Error message did not have a close button. Fixed.
> 3) When clicked on the add button, then 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, "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. This is fixed.
>
> Please review.
>
> --
> Thanks and Regards,
> Aditya Toshniwal
> pgAdmin Hacker | Sr. Software Engineer | EnterpriseDB India | Pune
> "Don't Complain about Heat, Plant a TREE"
>

--
*Thanks & Regards*
*Akshay Joshi*

*Sr. Software Architect*
*EnterpriseDB Software India Private Limited*
*Mobile: +91 976-788-8246*

In response to

Responses

Browse pgadmin-hackers by date

  From Date Subject
Next Message Aditya Toshniwal 2020-04-10 09:59:52 [pgAdmin][RM3523] Right clicking a browser object does not apply to the object on which right click was fired.
Previous Message Akshay Joshi 2020-04-10 09:27:35 Re: pgAdmin 4 - next gettext usage fixes