Re: [pgAdmin4][Patch]: Menu's canDrop as function is not callable - Mailing list pgadmin-hackers

From Ashesh Vashi
Subject Re: [pgAdmin4][Patch]: Menu's canDrop as function is not callable
Date
Msg-id CAG7mmozMPGQzBXQhGnauXShsgDSu8mEKhktV6oq0bWuL=r1t5g@mail.gmail.com
Whole thread Raw
In response to [pgAdmin4][Patch]: Menu's canDrop as function is not callable  (Surinder Kumar <surinder.kumar@enterprisedb.com>)
List pgadmin-hackers
Thanks - committed with small tweaks!

--

Thanks & Regards,

Ashesh Vashi
EnterpriseDB INDIA: Enterprise PostgreSQL Company


http://www.linkedin.com/in/asheshvashi


On Fri, May 13, 2016 at 10:32 PM, Surinder Kumar <surinder.kumar@enterprisedb.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@postgresql.org)
To make changes to your subscription:
http://www.postgresql.org/mailpref/pgadmin-hackers


pgadmin-hackers by date:

Previous
From: Ashesh Vashi
Date:
Subject: pgAdmin 4 commit: Fixed the canDrop function of the node menus does not
Next
From: Ashesh Vashi
Date:
Subject: pgAdmin 4 commit: Always make sure - we convert the psasword to string