[pgAdmin4][Patch]: RM#1184 - Re-docking on the main tabset is broken

Поиск
Список
Период
Сортировка
От Surinder Kumar
Тема [pgAdmin4][Patch]: RM#1184 - Re-docking on the main tabset is broken
Дата
Msg-id CAM5-9D-GOY8wLFHmpSVLxAy7RafY4s55yszYmsmmjWuz_vD=sw@mail.gmail.com
обсуждение исходный текст
Ответы Re: [pgAdmin4][Patch]: RM#1184 - Re-docking on the main tabset is broken
Список pgadmin-hackers
Hi,

Please find attached patch for mentioned issue:
Issue: Re-docking on the main tabset is broken
Explanation:
We were missing 'moveable' property. It should be set to false while creating new Browser panel. By default it is true for all registered panels.
I think both browser and dashboard panels were moveable. that is why dockable tab couldn't determine where to re-dock.

I have also added support for moveable property in Panel class.

Please review.

Thanks,
Surinder Kumar

Вложения

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

Предыдущее
От: Harshal Dhumal
Дата:
Сообщение: Re: User management functionality patch [pgadmin4]
Следующее
От: Neel Patel
Дата:
Сообщение: [pgAdmin4][Debugger][Patch]: RM-1225 - Debugger start error if function contains special characters