[pgAdmin4][Patch]: Menu's canDrop as function is not callable

From: Surinder Kumar <surinder(dot)kumar(at)enterprisedb(dot)com>
To: pgadmin-hackers <pgadmin-hackers(at)postgresql(dot)org>
Subject: [pgAdmin4][Patch]: Menu's canDrop as function is not callable
Date: 2016-05-13 17:02:20
Message-ID: CAM5-9D_2J3j6d+SL=wuWCjFfK=PazytfkMOuJh1zN1St3v1KmA@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgadmin-hackers

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

Attachment Content-Type Size
canDrop_fix.patch application/octet-stream 860 bytes

Responses

Browse pgadmin-hackers by date

  From Date Subject
Next Message Surinder Kumar 2016-05-13 18:14:39 Re: [pgAdmin4][Patch]: View and Materialised View Nodes
Previous Message Murtuza Zabuawala 2016-05-13 14:43:30 Re: PATCH: CREATE Script Initial patch (pgAdmin4)