Re: PATCH: NodeAjaxOptionsControl - Empty dropdown not working

From: Ashesh Vashi <ashesh(dot)vashi(at)enterprisedb(dot)com>
To: Surinder Kumar <surinder(dot)kumar(at)enterprisedb(dot)com>
Cc: pgadmin-hackers <pgadmin-hackers(at)postgresql(dot)org>
Subject: Re: PATCH: NodeAjaxOptionsControl - Empty dropdown not working
Date: 2016-01-19 13:51:03
Message-ID: CAG7mmozwD3jz9RbiArZJKDU+3yt_WtL6X+zPU98-grOTYAHTEg@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgadmin-hackers

On Tue, Jan 19, 2016 at 4:58 PM, Surinder Kumar <
surinder(dot)kumar(at)enterprisedb(dot)com> wrote:

> Hi,
>
> To keep select dropdown option empty by default, we set a property
> `first_empty` to true.
> but it is not working. because `empty_value` is missing. Add
>
> *empty_value: '-- None --',*
>
> in defaults to make it work.
>
> Please find minor patch to fix issue Empty Dropdown issue in
> NodeAjaxOptionsControl.
>
Thanks - patch applied.

--

Thanks & Regards,

Ashesh Vashi
EnterpriseDB INDIA: Enterprise PostgreSQL Company
<http://www.enterprisedb.com/>

*http://www.linkedin.com/in/asheshvashi*
<http://www.linkedin.com/in/asheshvashi>

>
> Regards,
>
> Surinder Kumar
>
>
> --
> Sent via pgadmin-hackers mailing list (pgadmin-hackers(at)postgresql(dot)org)
> To make changes to your subscription:
> http://www.postgresql.org/mailpref/pgadmin-hackers
>
>

In response to

Browse pgadmin-hackers by date

  From Date Subject
Next Message Sanket Mehta 2016-01-19 14:36:20 Re: patch for cast module
Previous Message Ashesh Vashi 2016-01-19 13:50:39 pgAdmin 4 commit: Setting a missing parameter - 'empty_value' in NodeAj