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

From Surinder Kumar
Subject [pgAdmin4][Patch]: RM#1184 - Re-docking on the main tabset is broken
Date
Msg-id CAM5-9D-GOY8wLFHmpSVLxAy7RafY4s55yszYmsmmjWuz_vD=sw@mail.gmail.com
Whole thread Raw
Responses Re: [pgAdmin4][Patch]: RM#1184 - Re-docking on the main tabset is broken
List 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

Attachment

pgadmin-hackers by date:

Previous
From: Harshal Dhumal
Date:
Subject: Re: User management functionality patch [pgadmin4]
Next
From: Neel Patel
Date:
Subject: [pgAdmin4][Debugger][Patch]: RM-1225 - Debugger start error if function contains special characters