Re: [pgAdmin4][Patch] - RM 1402 - Macro support like pgAdmin3

From: Khushboo Vashi <khushboo(dot)vashi(at)enterprisedb(dot)com>
To: Akshay Joshi <akshay(dot)joshi(at)enterprisedb(dot)com>
Cc: pgadmin-hackers <pgadmin-hackers(at)postgresql(dot)org>
Subject: Re: [pgAdmin4][Patch] - RM 1402 - Macro support like pgAdmin3
Date: 2020-09-28 08:47:55
Message-ID: CAFOhELer_FxoVqaJ1oRU84fE1Tv=9Zu_b17qYMDCqn9Q500DJQ@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgadmin-hackers

Hi,

Please find the attached updated patch.

Thanks,
Khushboo

On Wed, Sep 23, 2020 at 5:42 PM Akshay Joshi <akshay(dot)joshi(at)enterprisedb(dot)com>
wrote:

> Hi Khushboo
>
> Following are the GUI review comments:
>
> - If we provide anyone value either Name or SQL it throws Alertify
> error message with 'name' or 'SQL'. The error message should be correct.
>
> [image: Name_Error.png]
>
Fixed.

>
> - We should not enable the 'Save' button if the value of Name or SQL
> is not entered by the user. Either both values should be there or both
> should be blank.
>
> Fixed.

>
> - Click on anywhere inside the empty cell where the clear row icon is
> not visible, it pops up the message to clear the row which is already
> empty.
>
> [image: Clear_Row.png]
>
Fixed.

>
> - Save any macro and then open the "Manage Macros..." dialog again
> click on the SQL control for the existing macro, cursor is not at the
> appropriate place.
>
> [image: CodeMirror_Error.png]
>
Fixed.

>
> - Macros are not working for multiple users. Create some macro from
> User1 and then log in using User2, macros created by User1 are visible to
> User2 and when I try to update it is not updating.
>
> Fixed.

>
> On Mon, Sep 21, 2020 at 2:19 PM Khushboo Vashi <
> khushboo(dot)vashi(at)enterprisedb(dot)com> wrote:
>
>> Hi,
>>
>> Please find the attached patch for RM 1402 - Macro support like pgAdmin3.
>>
>> Thanks,
>> Khushboo
>>
>>
>
> --
> *Thanks & Regards*
> *Akshay Joshi*
> *pgAdmin Hacker | Sr. Software Architect*
> *EDB Postgres <http://edbpostgres.com>*
>
> *Mobile: +91 976-788-8246*
>

Attachment Content-Type Size
RM_1402_v1.patch application/octet-stream 60.3 KB

In response to

Responses

Browse pgadmin-hackers by date

  From Date Subject
Next Message Aditya Toshniwal 2020-09-28 09:31:54 [pgAdmin][RM4806] Add info to empty explain tab
Previous Message Nikhil Mohite 2020-09-28 05:50:11 Re: [pgAdmin][RM3794]:Allow User to Change Database Connection from an Open Query Tool Tab