Re: [pgAdmin][RM4504] Make like options disable if Relation is not selected.

From: Pradip Parkale <pradip(dot)parkale(at)enterprisedb(dot)com>
To: Akshay Joshi <akshay(dot)joshi(at)enterprisedb(dot)com>
Cc: Aditya Toshniwal <aditya(dot)toshniwal(at)enterprisedb(dot)com>, pgadmin-hackers <pgadmin-hackers(at)postgresql(dot)org>
Subject: Re: [pgAdmin][RM4504] Make like options disable if Relation is not selected.
Date: 2020-04-27 12:52:50
Message-ID: CAJ9T6Ss3H7rF0Mpe0ztXZYW=bcD2OyLmaLDEJYvagBGX-QM1wA@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgadmin-hackers

Please ignore my previous patch. Please find the latest patch.

On Mon, Apr 27, 2020 at 5:53 PM Pradip Parkale <
pradip(dot)parkale(at)enterprisedb(dot)com> wrote:

> Hi Akshay/Aditya,
>
> Please find the updated patch. I fixed the regression where initial changes
> were making the save button enabled when a table dialog is opened.
> Also removed 'like' options from the dialog while editing table properties
> as there is no point in showing those to the user as those options are not
> editable once the table is created.
>
> Please review.
>
>
> On Fri, Apr 24, 2020 at 6:29 PM Akshay Joshi <
> akshay(dot)joshi(at)enterprisedb(dot)com> wrote:
>
>> Thanks, patch applied.
>>
>> On Fri, Apr 24, 2020 at 5:42 PM Pradip Parkale <
>> pradip(dot)parkale(at)enterprisedb(dot)com> wrote:
>>
>>> Hi Navnath,
>>>
>>> Please find the updated patch.
>>>
>>> On Fri, Apr 24, 2020 at 4:29 PM navnath gadakh <
>>> navnath(dot)gadakh(at)enterprisedb(dot)com> wrote:
>>>
>>>> Hi Pradip,
>>>> Patch looks good to me except one minor issue -
>>>> Create a table without selecting any relation then try to update table
>>>> like options switch buttons are still enabled.
>>>>
>>> Fixed.
>>>
>>>>
>>>>
>>>>
>>>> On Fri, Apr 24, 2020 at 3:04 PM navnath gadakh <
>>>> navnath(dot)gadakh(at)enterprisedb(dot)com> wrote:
>>>>
>>>>> Hi,
>>>>> I will be reviewing this RM.
>>>>>
>>>>> On Fri, Apr 24, 2020 at 1:48 PM Pradip Parkale <
>>>>> pradip(dot)parkale(at)enterprisedb(dot)com> wrote:
>>>>>
>>>>>> Hi Hackers,
>>>>>>
>>>>>> Attached is a patch to make like options disable if Relation is not
>>>>>> selected while creating a table.
>>>>>>
>>>>>> Please review.
>>>>>>
>>>>>> --
>>>>>> Thanks & Regards,
>>>>>> Pradip Parkale
>>>>>> QMG, EnterpriseDB Corporation
>>>>>>
>>>>>
>>>>>
>>>>> --
>>>>> Regards,
>>>>> Navnath Gadakh
>>>>>
>>>>
>>>>
>>>> --
>>>> Regards,
>>>> Navnath Gadakh
>>>>
>>>
>>>
>>> --
>>> Thanks & Regards,
>>> Pradip Parkale
>>> QMG, EnterpriseDB Corporation
>>>
>>
>>
>> --
>> *Thanks & Regards*
>> *Akshay Joshi*
>>
>> *Sr. Software Architect*
>> *EnterpriseDB Software India Private Limited*
>> *Mobile: +91 976-788-8246*
>>
>
>
> --
> Thanks & Regards,
> Pradip Parkale
> QMG, EnterpriseDB Corporation
>

--
Thanks & Regards,
Pradip Parkale
QMG, EnterpriseDB Corporation

Attachment Content-Type Size
RM4504_v4.patch application/octet-stream 3.3 KB

In response to

Responses

Browse pgadmin-hackers by date

  From Date Subject
Next Message Aditya Toshniwal 2020-04-27 12:57:49 Re: [pgAdmin][RM4504] Make like options disable if Relation is not selected.
Previous Message Dave Page 2020-04-27 12:52:46 Re: [pgAdmin][RM5348]LDAP Authentication Support