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

Поиск
Список
Период
Сортировка
От Surinder Kumar
Тема [pgAdmin4][Patch]: Menu's canDrop as function is not callable
Дата
Msg-id CAM5-9D_2J3j6d+SL=wuWCjFfK=PazytfkMOuJh1zN1St3v1KmA@mail.gmail.com
обсуждение исходный текст
Ответы Re: [pgAdmin4][Patch]: Menu's canDrop as function is not callable  (Ashesh Vashi <ashesh.vashi@enterprisedb.com>)
Список 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
Вложения

В списке pgadmin-hackers по дате отправления:

Предыдущее
От: Murtuza Zabuawala
Дата:
Сообщение: Re: PATCH: CREATE Script Initial patch (pgAdmin4)
Следующее
От: Ashesh Vashi
Дата:
Сообщение: pgAdmin 4 commit: Improvised the file manager functionalities as per co