| 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: [pgAdmin4][Patch]: Menu's canDrop as function is not callable |
| Date: | 2016-05-13 19:41:19 |
| Message-ID: | CAG7mmozMPGQzBXQhGnauXShsgDSu8mEKhktV6oq0bWuL=r1t5g@mail.gmail.com |
| Views: | Whole Thread | Raw Message | Download mbox | Resend email |
| Thread: | |
| Lists: | pgadmin-hackers |
Thanks - committed with small tweaks!
--
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>
On Fri, May 13, 2016 at 10:32 PM, Surinder Kumar <
surinder(dot)kumar(at)enterprisedb(dot)com> wrote:
> Hi,
>
> Please find the attached patch for the issue
> "Menu's canDrop option as function is not called"
>
> I am using canDrop option as function in rule node like below:
>
> *canDrop: function(itemData, item, data){ *
> * //control does't come here*
> *}*
>
> but it does't get called.
>
> Please review the patch.
>
>
> Thanks
> 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
>
>
| From | Date | Subject | |
|---|---|---|---|
| Next Message | Ashesh Vashi | 2016-05-13 19:44:43 | pgAdmin 4 commit: Always make sure - we convert the psasword to string |
| Previous Message | Ashesh Vashi | 2016-05-13 19:40:59 | pgAdmin 4 commit: Fixed the canDrop function of the node menus does not |