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

From Surinder Kumar
Subject [pgAdmin4][Patch]: Menu's canDrop as function is not callable
Date
Msg-id CAM5-9D_2J3j6d+SL=wuWCjFfK=PazytfkMOuJh1zN1St3v1KmA@mail.gmail.com
Whole thread Raw
Responses Re: [pgAdmin4][Patch]: Menu's canDrop as function is not callable
List 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

pgadmin-hackers by date:

Previous
From: Murtuza Zabuawala
Date:
Subject: Re: PATCH: CREATE Script Initial patch (pgAdmin4)
Next
From: Ashesh Vashi
Date:
Subject: pgAdmin 4 commit: Improvised the file manager functionalities as per co